Html Css Color HEX #BA1505 Free Speech Red

📋 copy color: '#BA1505'

red 186 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #BA1505

Tints of Free Speech Red #BA1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 87.74%
G = 9.91%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA1505 (or 0xBA1505) is known color: Free Speech Red. HEX triplet: BA, 15 and 05. RGB value is (186,21,5). Sum of RGB (Red+Green+Blue) = 186+21+5=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1505 is #45EAFA. Grayscale: #444444. Windows color (decimal): -4582139 or 333242. OLE color: 333242.

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

Color convert

RGB 186 21 5 -
CMYK 0 0.89 0.97 0.27
HSL 5.3º 0.95% 0.37% -
HSV(B) 5.3º 0.97% 0.73% -
XYZ 20.55 10.99 1.18 -
YUV 68.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 186 21 5 0 0.89 0.97 0.27 5.3 0.95 0.37
Hex BA 15 5 0 59 61 1B 5 5F 25
Octal 272 25 5 0 131 141 33 5 137 45
Binary 10111010 10101 101 0 1011001 1100001 11011 101 1011111 100101

Color Harmonies of #BA1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1505

Black with #BA1505

Text Example


Text Example

White with #BA1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1505; }

 p { color: rgb(186,21,5); }

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

background-color css

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

 a { background-color: rgb(186,21,5); }

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

border-color css

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

 span { border-color: rgb(186,21,5); }

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