#BA1506

Color #BA1506 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BA1506

Tints of Free Speech Red #BA1506

Color information

#BA1506 (or 0xBA1506) is unknown color: approx Free Speech Red. HEX triplet: BA, 15 and 06. RGB value is (186,21,6). Sum of RGB (Red+Green+Blue) = 186+21+6=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1506 is #45EAF9. Grayscale: #444444. Windows color (decimal): -4582138 or 398778. OLE color: 398778.

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

Color convert

RGB186216-
CMYK00.890.970.27
HSL93.75%37.65%-
HSV(B)96.77%72.94%-
XYZ20.5510.991.21-
YUV68.6292.66211.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 87.32%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=87.32%
G=9.86%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18621600.890.970.27593.7537.65
HexBA156059611B55e26
Octal272256013114133513646
Binary1011101010101110010110011100001110111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1506; }

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

 H1.HeaderClassName
 {
   color: #BA1506;
 }
 .AnyTagClassName
 {
   color: #BA1506;
 }
</style>
background-color css

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

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

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

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

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

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