Html Css Color HEX #B50A00 Free Speech Red

📋 copy color: '#B50A00'

red 181 ◦ green 10 ◦ blue 0

#B50A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #B50A00

Tints of Free Speech Red #B50A00

RGB

 RED value IS 181 (71.09% from 255) = 94.76%

 GREEN value IS 10 (4.3% from 255) = 5.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.76%
G = 5.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B50A00 (or 0xB50A00) is known color: 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

RGB 181 10 0 -
CMYK 0 0.94 1 0.29
HSL 3.31º 1% 0.35% -
HSV(B) 3.31º 1% 0.71% -
XYZ 19.16 10.04 0.93 -
YUV 59.99 94.15 214.31 -
System Red Green Blue C M Y K H S L
Decimal 181 10 0 0 0.94 1 0.29 3.31 1 0.35
Hex B5 A 0 0 5E 64 1D 3 64 23
Octal 265 12 0 0 136 144 35 3 144 43
Binary 10110101 1010 0 0 1011110 1100100 11101 11 1100100 100011

Color Harmonies of #B50A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A00

Black with #B50A00

Text Example


Text Example

White with #B50A00

Text Example


Text Example

HTML Codes & Css Web 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>