#B50A00

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

Shades of Free Speech Red #B50A00

Tints of Free Speech Red #B50A00

Color information

#B50A00 (or 0xB50A00) is unknown color: approx Free Speech Red. HEX triplet: B5, 0A and 00. RGB value is (181,10,0). Sum of RGB (Red+Green+Blue) = 181+10+0=191 (25% of max value = 765). Red value is 181 (71.09% from 255 or 94.76% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50A00 is #4AF5FF. Grayscale: #3C3C3C. Windows color (decimal): -4912640 or 2741. OLE color: 2741.

HSL color Cylindrical-coordinate representation of color #B50A00: hue angle of 3.31º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB181100-
CMYK00.9410.29
HSL3.31º100%35.49%-
HSV(B)3.31º100%70.98%-
XYZ19.1610.040.93-
YUV59.9994.15214.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 94.76%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.76%
G=5.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110000.9410.293.3110035.49
HexB5A005E641D36423
Octal265120013614435314443
Binary101101011010001011110110010011101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50A00; }

 p { color: rgb(181,10,0); }

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

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

 a { background-color: rgb(181,10,0); }

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

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

 span { border-color: rgb(181,10,0); }

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