Html Css Color HEX #B51501 Free Speech Red

📋 copy color: '#B51501'

red 181 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #B51501

Tints of Free Speech Red #B51501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 89.16%
G = 10.34%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B51501 (or 0xB51501) is known color: Free Speech Red. HEX triplet: B5, 15 and 01. RGB value is (181,21,1). Sum of RGB (Red+Green+Blue) = 181+21+1=203 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.16% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 181 - color contains mainly: red. Hex color #B51501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51501 is #4AEAFE. Grayscale: #424242. Windows color (decimal): -4909823 or 71093. OLE color: 71093.

HSL color Cylindrical-coordinate representation of color #B51501: hue angle of 6.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B51501 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 1 -
CMYK 0 0.88 0.99 0.29
HSL 6.67º 0.99% 0.36% -
HSV(B) 6.67º 0.99% 0.71% -
XYZ 19.33 10.36 1.01 -
YUV 66.56 91.01 209.63 -
System Red Green Blue C M Y K H S L
Decimal 181 21 1 0 0.88 0.99 0.29 6.67 0.99 0.36
Hex B5 15 1 0 58 63 1D 7 63 24
Octal 265 25 1 0 130 143 35 7 143 44
Binary 10110101 10101 1 0 1011000 1100011 11101 111 1100011 100100

Color Harmonies of #B51501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51501

Black with #B51501

Text Example


Text Example

White with #B51501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51501; }

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

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

background-color css

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

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

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

border-color css

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

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

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