Html Css Color HEX #B50301 Free Speech Red

📋 copy color: '#B50301'

red 181 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #B50301

Tints of Free Speech Red #B50301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

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

R = 97.84%
G = 1.62%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B50301 (or 0xB50301) is known color: Free Speech Red. HEX triplet: B5, 03 and 01. RGB value is (181,3,1). Sum of RGB (Red+Green+Blue) = 181+3+1=185 (24% of max value = 765). Red value is 181 (71.09% from 255 or 97.84% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 181 - color contains mainly: red. Hex color #B50301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50301 is #4AFCFE. Grayscale: #383838. Windows color (decimal): -4914431 or 66485. OLE color: 66485.

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

Color convert

RGB 181 3 1 -
CMYK 0 0.98 0.99 0.29
HSL 0.67º 0.99% 0.36% -
HSV(B) 0.67º 0.99% 0.71% -
XYZ 19.09 9.89 0.93 -
YUV 55.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 181 3 1 0 0.98 0.99 0.29 0.67 0.99 0.36
Hex B5 3 1 0 62 63 1D 1 63 24
Octal 265 3 1 0 142 143 35 1 143 44
Binary 10110101 11 1 0 1100010 1100011 11101 1 1100011 100100

Color Harmonies of #B50301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50301

Black with #B50301

Text Example


Text Example

White with #B50301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50301; }

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

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

background-color css

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

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

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

border-color css

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

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

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