Html Css Color HEX #B50B01 Free Speech Red

📋 copy color: '#B50B01'

red 181 ◦ green 11 ◦ blue 1

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

Shades of Free Speech Red #B50B01

Tints of Free Speech Red #B50B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.7%

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

R = 93.78%
G = 5.7%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B50B01 (or 0xB50B01) is known color: Free Speech Red. HEX triplet: B5, 0B and 01. RGB value is (181,11,1). Sum of RGB (Red+Green+Blue) = 181+11+1=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50B01 is #4AF4FE. Grayscale: #3C3C3C. Windows color (decimal): -4912383 or 68533. OLE color: 68533.

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

Color convert

RGB 181 11 1 -
CMYK 0 0.94 0.99 0.29
HSL 3.33º 0.99% 0.36% -
HSV(B) 3.33º 0.99% 0.71% -
XYZ 19.18 10.07 0.96 -
YUV 60.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 181 11 1 0 0.94 0.99 0.29 3.33 0.99 0.36
Hex B5 B 1 0 5E 63 1D 3 63 24
Octal 265 13 1 0 136 143 35 3 143 44
Binary 10110101 1011 1 0 1011110 1100011 11101 11 1100011 100100

Color Harmonies of #B50B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B01

Black with #B50B01

Text Example


Text Example

White with #B50B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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