#BA0603

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

Shades of Free Speech Red #BA0603

Tints of Free Speech Red #BA0603

Color information

#BA0603 (or 0xBA0603) is unknown color: approx Free Speech Red. HEX triplet: BA, 06 and 03. RGB value is (186,6,3). Sum of RGB (Red+Green+Blue) = 186+6+3=195 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.38% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0603 is #45F9FC. Grayscale: #3B3B3B. Windows color (decimal): -4585981 or 198330. OLE color: 198330.

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

Color convert

RGB18663-
CMYK00.970.980.27
HSL0.98º96.83%37.06%-
HSV(B)0.98º98.39%72.94%-
XYZ20.3310.581.06-
YUV59.4896.13218.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 95.38%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=95.38%
G=3.08%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866300.970.980.270.9896.8337.06
HexBA63061621B16125
Octal27263014114233114145
Binary10111010110110110000111000101101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0603; }

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

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

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

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

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

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

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

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