Html Css Color HEX #B51500 Free Speech Red

📋 copy color: '#B51500'

red 181 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #B51500

Tints of Free Speech Red #B51500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 89.6%
G = 10.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B51500 (or 0xB51500) is known color: Free Speech Red. HEX triplet: B5, 15 and 00. RGB value is (181,21,0). Sum of RGB (Red+Green+Blue) = 181+21+0=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B51500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51500 is #4AEAFF. Grayscale: #424242. Windows color (decimal): -4909824 or 5557. OLE color: 5557.

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

Color convert

RGB 181 21 0 -
CMYK 0 0.88 1 0.29
HSL 6.96º 1% 0.35% -
HSV(B) 6.96º 1% 0.71% -
XYZ 19.32 10.36 0.98 -
YUV 66.45 90.51 209.71 -
System Red Green Blue C M Y K H S L
Decimal 181 21 0 0 0.88 1 0.29 6.96 1 0.35
Hex B5 15 0 0 58 64 1D 7 64 23
Octal 265 25 0 0 130 144 35 7 144 43
Binary 10110101 10101 0 0 1011000 1100100 11101 111 1100100 100011

Color Harmonies of #B51500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51500

Black with #B51500

Text Example


Text Example

White with #B51500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51500; }

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

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

background-color css

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

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

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

border-color css

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

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

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