Html Css Color HEX #BA1504 Free Speech Red

📋 copy color: '#BA1504'

red 186 ◦ green 21 ◦ blue 4

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

Shades of Free Speech Red #BA1504

Tints of Free Speech Red #BA1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 88.15%
G = 9.95%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA1504 (or 0xBA1504) is known color: Free Speech Red. HEX triplet: BA, 15 and 04. RGB value is (186,21,4). Sum of RGB (Red+Green+Blue) = 186+21+4=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1504 is #45EAFB. Grayscale: #444444. Windows color (decimal): -4582140 or 267706. OLE color: 267706.

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

Color convert

RGB 186 21 4 -
CMYK 0 0.89 0.98 0.27
HSL 5.6º 0.96% 0.37% -
HSV(B) 5.6º 0.98% 0.73% -
XYZ 20.54 10.98 1.15 -
YUV 68.4 91.66 211.88 -
System Red Green Blue C M Y K H S L
Decimal 186 21 4 0 0.89 0.98 0.27 5.6 0.96 0.37
Hex BA 15 4 0 59 62 1B 6 60 25
Octal 272 25 4 0 131 142 33 6 140 45
Binary 10111010 10101 100 0 1011001 1100010 11011 110 1100000 100101

Color Harmonies of #BA1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1504

Black with #BA1504

Text Example


Text Example

White with #BA1504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1504; }

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

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

background-color css

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

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

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

border-color css

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

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

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