#BA0A07

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

Shades of Free Speech Red #BA0A07

Tints of Free Speech Red #BA0A07

Color information

#BA0A07 (or 0xBA0A07) is unknown color: approx Free Speech Red. HEX triplet: BA, 0A and 07. RGB value is (186,10,7). Sum of RGB (Red+Green+Blue) = 186+10+7=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A07 is #45F5F8. Grayscale: #3E3E3E. Windows color (decimal): -4584953 or 461498. OLE color: 461498.

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

Color convert

RGB186107-
CMYK00.950.960.27
HSL1.01º92.75%37.84%-
HSV(B)1.01º96.24%72.94%-
XYZ20.410.671.19-
YUV62.2896.81216.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 91.63%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=91.63%
G=4.93%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610700.950.960.271.0192.7537.84
HexBAA705F601B15d26
Octal272127013714033113546
Binary1011101010101110101111111000001101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A07; }

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

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

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

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

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

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

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

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