#BA130A

Color #BA130A Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BA130A

Tints of Free Speech Red #BA130A

Color information

#BA130A (or 0xBA130A) is unknown color: approx Free Speech Red. HEX triplet: BA, 13 and 0A. RGB value is (186,19,10). Sum of RGB (Red+Green+Blue) = 186+19+10=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA130A is #45ECF5. Grayscale: #444444. Windows color (decimal): -4582646 or 660410. OLE color: 660410.

HSL color Cylindrical-coordinate representation of color #BA130A: hue angle of 3.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1861910-
CMYK00.900.950.27
HSL3.07º89.8%38.43%-
HSV(B)3.07º94.62%72.94%-
XYZ20.5410.931.31-
YUV67.9195.33212.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 86.51%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=86.51%
G=8.84%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186191000.900.950.273.0789.838.43
HexBA13A05A5F1B35a26
Octal2722312013213733313246
Binary1011101010011101001011010101111111011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA130A; }

 p { color: rgb(186,19,10); }

 H1.HeaderClassName
 {
   color: #BA130A;
 }
 .AnyTagClassName
 {
   color: #BA130A;
 }
</style>
background-color css

<style>
 a { background-color: #BA130A; }

 a { background-color: rgb(186,19,10); }

 div.DivClassName
 {
   background-color: #BA130A;
 }
 .BgClassName
 {
   background-color: #BA130A;
 }
</style>
border-color css

<style>
 span { border-color: #BA130A; }

 span { border-color: rgb(186,19,10); }

 td.TdClassName
 {
   border-color: #BA130A;
 }
 .TagClassName
 {
   border-color: #BA130A;
 }
</style>