Html Css Color HEX #BA1A00 Free Speech Red

📋 copy color: '#BA1A00'

red 186 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #BA1A00

Tints of Free Speech Red #BA1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

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

R = 87.74%
G = 12.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA1A00 (or 0xBA1A00) is known color: Free Speech Red. HEX triplet: BA, 1A and 00. RGB value is (186,26,0). Sum of RGB (Red+Green+Blue) = 186+26+0=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A00 is #45E5FF. Grayscale: #474747. Windows color (decimal): -4580864 or 6842. OLE color: 6842.

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

Color convert

RGB 186 26 0 -
CMYK 0 0.86 1 0.27
HSL 8.39º 1% 0.36% -
HSV(B) 8.39º 1% 0.73% -
XYZ 20.62 11.18 1.07 -
YUV 70.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 186 26 0 0 0.86 1 0.27 8.39 1 0.36
Hex BA 1A 0 0 56 64 1B 8 64 24
Octal 272 32 0 0 126 144 33 10 144 44
Binary 10111010 11010 0 0 1010110 1100100 11011 1000 1100100 100100

Color Harmonies of #BA1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A00

Black with #BA1A00

Text Example


Text Example

White with #BA1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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