#BA0703

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

Shades of Free Speech Red #BA0703

Tints of Free Speech Red #BA0703

Color information

#BA0703 (or 0xBA0703) is unknown color: approx Free Speech Red. HEX triplet: BA, 07 and 03. RGB value is (186,7,3). Sum of RGB (Red+Green+Blue) = 186+7+3=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0703 is #45F8FC. Grayscale: #3C3C3C. Windows color (decimal): -4585725 or 198586. OLE color: 198586.

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

Color convert

RGB18673-
CMYK00.960.980.27
HSL1.31º96.83%37.06%-
HSV(B)1.31º98.39%72.94%-
XYZ20.3410.61.06-
YUV60.0695.8217.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 94.90%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=94.90%
G=3.57%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867300.960.980.271.3196.8337.06
HexBA73060621B16125
Octal27273014014233114145
Binary10111010111110110000011000101101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0703; }

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

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

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

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

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

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

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

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