Html Css Color HEX #BA0906 Free Speech Red

📋 copy color: '#BA0906'

red 186 ◦ green 9 ◦ blue 6

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

Shades of Free Speech Red #BA0906

Tints of Free Speech Red #BA0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 92.54%
G = 4.48%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA0906 (or 0xBA0906) is known color: Free Speech Red. HEX triplet: BA, 09 and 06. RGB value is (186,9,6). Sum of RGB (Red+Green+Blue) = 186+9+6=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0906 is #45F6F9. Grayscale: #3D3D3D. Windows color (decimal): -4585210 or 395706. OLE color: 395706.

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

Color convert

RGB 186 9 6 -
CMYK 0 0.95 0.97 0.27
HSL 0.94% 0.38% -
HSV(B) 0.97% 0.73% -
XYZ 20.38 10.65 1.15 -
YUV 61.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 186 9 6 0 0.95 0.97 0.27 1 0.94 0.38
Hex BA 9 6 0 5F 61 1B 1 5E 26
Octal 272 11 6 0 137 141 33 1 136 46
Binary 10111010 1001 110 0 1011111 1100001 11011 1 1011110 100110

Color Harmonies of #BA0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0906

Black with #BA0906

Text Example


Text Example

White with #BA0906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0906; }

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

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

background-color css

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

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

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

border-color css

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

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

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