#BA0202

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

Shades of Free Speech Red #BA0202

Tints of Free Speech Red #BA0202

Color information

#BA0202 (or 0xBA0202) is unknown color: approx Free Speech Red. HEX triplet: BA, 02 and 02. RGB value is (186,2,2). Sum of RGB (Red+Green+Blue) = 186+2+2=190 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.89% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0202 is #45FDFD. Grayscale: #393939. Windows color (decimal): -4587006 or 131770. OLE color: 131770.

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

Color convert

RGB18622-
CMYK00.990.990.27
HSL97.87%36.86%-
HSV(B)98.92%72.94%-
XYZ20.2810.491.01-
YUV57.0296.96220-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 97.89%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=97.89%
G=1.05%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862200.990.990.27097.8736.86
HexBA22063631B06225
Octal27222014314333014245
Binary1011101010100110001111000111101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0202; }

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

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

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

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

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

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

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

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