Html Css Color HEX #B50908 Free Speech Red

📋 copy color: '#B50908'

red 181 ◦ green 9 ◦ blue 8

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

Shades of Free Speech Red #B50908

Tints of Free Speech Red #B50908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 91.41%
G = 4.55%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B50908 (or 0xB50908) is known color: Free Speech Red. HEX triplet: B5, 09 and 08. RGB value is (181,9,8). Sum of RGB (Red+Green+Blue) = 181+9+8=198 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.41% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 181 - color contains mainly: red. Hex color #B50908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50908 is #4AF6F7. Grayscale: #3C3C3C. Windows color (decimal): -4912888 or 526773. OLE color: 526773.

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

Color convert

RGB 181 9 8 -
CMYK 0 0.95 0.96 0.29
HSL 0.35º 0.92% 0.37% -
HSV(B) 0.35º 0.96% 0.71% -
XYZ 19.2 10.04 1.16 -
YUV 60.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 181 9 8 0 0.95 0.96 0.29 0.35 0.92 0.37
Hex B5 9 8 0 5F 60 1D 0 5C 25
Octal 265 11 10 0 137 140 35 0 134 45
Binary 10110101 1001 1000 0 1011111 1100000 11101 0 1011100 100101

Color Harmonies of #B50908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50908

Black with #B50908

Text Example


Text Example

White with #B50908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50908; }

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

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

background-color css

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

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

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

border-color css

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

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

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