Html Css Color HEX #B50201 Free Speech Red

📋 copy color: '#B50201'

red 181 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #B50201

Tints of Free Speech Red #B50201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 98.37%
G = 1.09%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B50201 (or 0xB50201) is known color: Free Speech Red. HEX triplet: B5, 02 and 01. RGB value is (181,2,1). Sum of RGB (Red+Green+Blue) = 181+2+1=184 (24% of max value = 765). Red value is 181 (71.09% from 255 or 98.37% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 181 - color contains mainly: red. Hex color #B50201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50201 is #4AFDFE. Grayscale: #373737. Windows color (decimal): -4914687 or 66229. OLE color: 66229.

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

Color convert

RGB 181 2 1 -
CMYK 0 0.99 0.99 0.29
HSL 0.33º 0.99% 0.36% -
HSV(B) 0.33º 0.99% 0.71% -
XYZ 19.08 9.87 0.93 -
YUV 55.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 181 2 1 0 0.99 0.99 0.29 0.33 0.99 0.36
Hex B5 2 1 0 63 63 1D 0 63 24
Octal 265 2 1 0 143 143 35 0 143 44
Binary 10110101 10 1 0 1100011 1100011 11101 0 1100011 100100

Color Harmonies of #B50201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50201

Black with #B50201

Text Example


Text Example

White with #B50201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50201; }

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

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

background-color css

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

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

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

border-color css

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

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

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