Html Css Color HEX #B50800 Free Speech Red

📋 copy color: '#B50800'

red 181 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #B50800

Tints of Free Speech Red #B50800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

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

R = 95.77%
G = 4.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B50800 (or 0xB50800) is known color: Free Speech Red. HEX triplet: B5, 08 and 00. RGB value is (181,8,0). Sum of RGB (Red+Green+Blue) = 181+8+0=189 (25% of max value = 765). Red value is 181 (71.09% from 255 or 95.77% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 181 - color contains mainly: red. Hex color #B50800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50800 is #4AF7FF. Grayscale: #3B3B3B. Windows color (decimal): -4913152 or 2229. OLE color: 2229.

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

Color convert

RGB 181 8 0 -
CMYK 0 0.96 1 0.29
HSL 2.65º 1% 0.35% -
HSV(B) 2.65º 1% 0.71% -
XYZ 19.14 10 0.92 -
YUV 58.82 94.81 215.15 -
System Red Green Blue C M Y K H S L
Decimal 181 8 0 0 0.96 1 0.29 2.65 1 0.35
Hex B5 8 0 0 60 64 1D 3 64 23
Octal 265 10 0 0 140 144 35 3 144 43
Binary 10110101 1000 0 0 1100000 1100100 11101 11 1100100 100011

Color Harmonies of #B50800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50800

Black with #B50800

Text Example


Text Example

White with #B50800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50800; }

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

 H1.HeaderClassName
 {
   color: #B50800;
 }
 .AnyTagClassName
 {
   color: #B50800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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