#BA1B02

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

Shades of Free Speech Red #BA1B02

Tints of Free Speech Red #BA1B02

Color information

#BA1B02 (or 0xBA1B02) is unknown color: approx Free Speech Red. HEX triplet: BA, 1B and 02. RGB value is (186,27,2). Sum of RGB (Red+Green+Blue) = 186+27+2=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B02 is #45E4FD. Grayscale: #474747. Windows color (decimal): -4580606 or 138170. OLE color: 138170.

HSL color Cylindrical-coordinate representation of color #BA1B02: hue angle of 8.15º 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 #BA1B02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186272-
CMYK00.850.990.27
HSL8.15º97.87%36.86%-
HSV(B)8.15º98.92%72.94%-
XYZ20.6511.231.14-
YUV71.6988.68209.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 86.51%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=86.51%
G=12.56%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18627200.850.990.278.1597.8736.86
HexBA1B2055631B86225
Octal2723320125143331014245
Binary1011101011011100101010111000111101110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1B02; }

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

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

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

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

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

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

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

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