Html Css Color HEX #BA1409 Free Speech Red

📋 copy color: '#BA1409'

red 186 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #BA1409

Tints of Free Speech Red #BA1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 86.51%
G = 9.3%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA1409 (or 0xBA1409) is known color: Free Speech Red. HEX triplet: BA, 14 and 09. RGB value is (186,20,9). Sum of RGB (Red+Green+Blue) = 186+20+9=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1409 is #45EBF6. Grayscale: #444444. Windows color (decimal): -4582391 or 595130. OLE color: 595130.

HSL color Cylindrical-coordinate representation of color #BA1409: hue angle of 3.73º degrees, saturation: 0.91, 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 #BA1409 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 9 -
CMYK 0 0.89 0.95 0.27
HSL 3.73º 0.91% 0.38% -
HSV(B) 3.73º 0.95% 0.73% -
XYZ 20.55 10.96 1.29 -
YUV 68.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 186 20 9 0 0.89 0.95 0.27 3.73 0.91 0.38
Hex BA 14 9 0 59 5F 1B 4 5B 26
Octal 272 24 11 0 131 137 33 4 133 46
Binary 10111010 10100 1001 0 1011001 1011111 11011 100 1011011 100110

Color Harmonies of #BA1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1409

Black with #BA1409

Text Example


Text Example

White with #BA1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1409; }

 p { color: rgb(186,20,9); }

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

background-color css

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

 a { background-color: rgb(186,20,9); }

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

border-color css

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

 span { border-color: rgb(186,20,9); }

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