Html Css Color HEX #BA1200 Free Speech Red

📋 copy color: '#BA1200'

red 186 ◦ green 18 ◦ blue 0

#BA1200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BA1200

Tints of Free Speech Red #BA1200

RGB

 RED value IS 186 (73.05% from 255) = 91.18%

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.18%
G = 8.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA1200 (or 0xBA1200) is known color: Free Speech Red. HEX triplet: BA, 12 and 00. RGB value is (186,18,0). Sum of RGB (Red+Green+Blue) = 186+18+0=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1200 is #45EDFF. Grayscale: #424242. Windows color (decimal): -4582912 or 4794. OLE color: 4794.

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

Color convert

RGB 186 18 0 -
CMYK 0 0.90 1 0.27
HSL 5.81º 1% 0.36% -
HSV(B) 5.81º 1% 0.73% -
XYZ 20.47 10.87 1.02 -
YUV 66.18 90.66 213.46 -
System Red Green Blue C M Y K H S L
Decimal 186 18 0 0 0.90 1 0.27 5.81 1 0.36
Hex BA 12 0 0 5A 64 1B 6 64 24
Octal 272 22 0 0 132 144 33 6 144 44
Binary 10111010 10010 0 0 1011010 1100100 11011 110 1100100 100100

Color Harmonies of #BA1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1200

Black with #BA1200

Text Example


Text Example

White with #BA1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1200; }

 p { color: rgb(186,18,0); }

 H1.HeaderClassName
 {
   color: #BA1200;
 }
 .AnyTagClassName
 {
   color: #BA1200;
 }
</style>

background-color css

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

 a { background-color: rgb(186,18,0); }

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

border-color css

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

 span { border-color: rgb(186,18,0); }

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