#BA0E02

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

Shades of Free Speech Red #BA0E02

Tints of Free Speech Red #BA0E02

Color information

#BA0E02 (or 0xBA0E02) is unknown color: approx Free Speech Red. HEX triplet: BA, 0E and 02. RGB value is (186,14,2). Sum of RGB (Red+Green+Blue) = 186+14+2=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0E02 is #45F1FD. Grayscale: #404040. Windows color (decimal): -4583934 or 134842. OLE color: 134842.

HSL color Cylindrical-coordinate representation of color #BA0E02: hue angle of 3.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0E02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186142-
CMYK00.920.990.27
HSL3.91º97.87%36.86%-
HSV(B)3.91º98.92%72.94%-
XYZ20.4210.761.06-
YUV64.0692.98214.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 92.08%
GREEN value IS 14 (5.86% from 255) = 6.93%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=92.08%
G=6.93%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614200.920.990.273.9197.8736.86
HexBAE205C631B46225
Octal272162013414333414245
Binary10111010111010010111001100011110111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0E02; }

 p { color: rgb(186,14,2); }

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

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

 a { background-color: rgb(186,14,2); }

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

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

 span { border-color: rgb(186,14,2); }

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