Html Css Color HEX #BA1B00 Free Speech Red

📋 copy color: '#BA1B00'

red 186 ◦ green 27 ◦ blue 0

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

Shades of Free Speech Red #BA1B00

Tints of Free Speech Red #BA1B00

RGB

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

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

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

R = 87.32%
G = 12.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA1B00 (or 0xBA1B00) is known color: Free Speech Red. HEX triplet: BA, 1B and 00. RGB value is (186,27,0). Sum of RGB (Red+Green+Blue) = 186+27+0=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B00 is #45E4FF. Grayscale: #474747. Windows color (decimal): -4580608 or 7098. OLE color: 7098.

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

Color convert

RGB 186 27 0 -
CMYK 0 0.85 1 0.27
HSL 8.71º 1% 0.36% -
HSV(B) 8.71º 1% 0.73% -
XYZ 20.64 11.22 1.08 -
YUV 71.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 186 27 0 0 0.85 1 0.27 8.71 1 0.36
Hex BA 1B 0 0 55 64 1B 9 64 24
Octal 272 33 0 0 125 144 33 11 144 44
Binary 10111010 11011 0 0 1010101 1100100 11011 1001 1100100 100100

Color Harmonies of #BA1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B00

Black with #BA1B00

Text Example


Text Example

White with #BA1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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