Html Css Color HEX #B51E00 Free Speech Red

📋 copy color: '#B51E00'

red 181 ◦ green 30 ◦ blue 0

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

Shades of Free Speech Red #B51E00

Tints of Free Speech Red #B51E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

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

R = 85.78%
G = 14.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B51E00 (or 0xB51E00) is known color: Free Speech Red. HEX triplet: B5, 1E and 00. RGB value is (181,30,0). Sum of RGB (Red+Green+Blue) = 181+30+0=211 (27% of max value = 765). Red value is 181 (71.09% from 255 or 85.78% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51E00 is #4AE1FF. Grayscale: #484848. Windows color (decimal): -4907520 or 7861. OLE color: 7861.

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

Color convert

RGB 181 30 0 -
CMYK 0 0.83 1 0.29
HSL 9.94º 1% 0.35% -
HSV(B) 9.94º 1% 0.71% -
XYZ 19.52 10.75 1.05 -
YUV 71.73 87.53 205.94 -
System Red Green Blue C M Y K H S L
Decimal 181 30 0 0 0.83 1 0.29 9.94 1 0.35
Hex B5 1E 0 0 53 64 1D A 64 23
Octal 265 36 0 0 123 144 35 12 144 43
Binary 10110101 11110 0 0 1010011 1100100 11101 1010 1100100 100011

Color Harmonies of #B51E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E00

Black with #B51E00

Text Example


Text Example

White with #B51E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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