#BA1D02

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

Shades of Free Speech Red #BA1D02

Tints of Free Speech Red #BA1D02

Color information

#BA1D02 (or 0xBA1D02) is unknown color: approx Free Speech Red. HEX triplet: BA, 1D and 02. RGB value is (186,29,2). Sum of RGB (Red+Green+Blue) = 186+29+2=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D02 is #45E2FD. Grayscale: #494949. Windows color (decimal): -4580094 or 138682. OLE color: 138682.

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

Color convert

RGB186292-
CMYK00.840.990.27
HSL8.8º97.87%36.86%-
HSV(B)8.8º98.92%72.94%-
XYZ20.711.321.15-
YUV72.8688.01208.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.71%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=85.71%
G=13.36%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18629200.840.990.278.897.8736.86
HexBA1D2054631B96225
Octal2723520124143331114245
Binary1011101011101100101010011000111101110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D02; }

 p { color: rgb(186,29,2); }

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

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

 a { background-color: rgb(186,29,2); }

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

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

 span { border-color: rgb(186,29,2); }

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