Html Css Color HEX #BA1B06 Free Speech Red

📋 copy color: '#BA1B06'

red 186 ◦ green 27 ◦ blue 6

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

Shades of Free Speech Red #BA1B06

Tints of Free Speech Red #BA1B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

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

R = 84.93%
G = 12.33%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA1B06 (or 0xBA1B06) is known color: Free Speech Red. HEX triplet: BA, 1B and 06. RGB value is (186,27,6). Sum of RGB (Red+Green+Blue) = 186+27+6=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B06 is #45E4F9. Grayscale: #484848. Windows color (decimal): -4580602 or 400314. OLE color: 400314.

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

Color convert

RGB 186 27 6 -
CMYK 0 0.85 0.97 0.27
HSL 0.94% 0.38% -
HSV(B) 0.97% 0.73% -
XYZ 20.67 11.24 1.25 -
YUV 72.15 90.68 209.21 -
System Red Green Blue C M Y K H S L
Decimal 186 27 6 0 0.85 0.97 0.27 7 0.94 0.38
Hex BA 1B 6 0 55 61 1B 7 5E 26
Octal 272 33 6 0 125 141 33 7 136 46
Binary 10111010 11011 110 0 1010101 1100001 11011 111 1011110 100110

Color Harmonies of #BA1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B06

Black with #BA1B06

Text Example


Text Example

White with #BA1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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