#B80C03

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

Shades of Free Speech Red #B80C03

Tints of Free Speech Red #B80C03

Color information

#B80C03 (or 0xB80C03) is unknown color: approx Free Speech Red. HEX triplet: B8, 0C and 03. RGB value is (184,12,3). Sum of RGB (Red+Green+Blue) = 184+12+3=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80C03 is #47F3FC. Grayscale: #3E3E3E. Windows color (decimal): -4715517 or 199864. OLE color: 199864.

HSL color Cylindrical-coordinate representation of color #B80C03: hue angle of 2.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80C03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB184123-
CMYK00.930.980.28
HSL2.98º96.79%36.67%-
HSV(B)2.98º98.37%72.16%-
XYZ19.9210.461.06-
YUV62.494.48214.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 92.46%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=92.46%
G=6.03%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412300.930.980.282.9896.7936.67
HexB8C305D621C36125
Octal270143013514234314145
Binary1011100011001101011101110001011100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80C03; }

 p { color: rgb(184,12,3); }

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

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

 a { background-color: rgb(184,12,3); }

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

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

 span { border-color: rgb(184,12,3); }

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