Html Css Color HEX #B51001 Free Speech Red

📋 copy color: '#B51001'

red 181 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #B51001

Tints of Free Speech Red #B51001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

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

R = 91.41%
G = 8.08%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B51001 (or 0xB51001) is known color: Free Speech Red. HEX triplet: B5, 10 and 01. RGB value is (181,16,1). Sum of RGB (Red+Green+Blue) = 181+16+1=198 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.41% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 181 - color contains mainly: red. Hex color #B51001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51001 is #4AEFFE. Grayscale: #3F3F3F. Windows color (decimal): -4911103 or 69813. OLE color: 69813.

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

Color convert

RGB 181 16 1 -
CMYK 0 0.91 0.99 0.29
HSL 0.99% 0.36% -
HSV(B) 0.99% 0.71% -
XYZ 19.25 10.2 0.98 -
YUV 63.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 181 16 1 0 0.91 0.99 0.29 5 0.99 0.36
Hex B5 10 1 0 5B 63 1D 5 63 24
Octal 265 20 1 0 133 143 35 5 143 44
Binary 10110101 10000 1 0 1011011 1100011 11101 101 1100011 100100

Color Harmonies of #B51001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51001

Black with #B51001

Text Example


Text Example

White with #B51001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51001; }

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

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

background-color css

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

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

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

border-color css

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

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

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