Html Css Color HEX #B50100 Free Speech Red

📋 copy color: '#B50100'

red 181 ◦ green 1 ◦ blue 0

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

Shades of Free Speech Red #B50100

Tints of Free Speech Red #B50100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.45%
G = 0.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B50100 (or 0xB50100) is known color: Free Speech Red. HEX triplet: B5, 01 and 00. RGB value is (181,1,0). Sum of RGB (Red+Green+Blue) = 181+1+0=182 (24% of max value = 765). Red value is 181 (71.09% from 255 or 99.45% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 181 - color contains mainly: red. Hex color #B50100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50100 is #4AFEFF. Grayscale: #363636. Windows color (decimal): -4914944 or 437. OLE color: 437.

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

Color convert

RGB 181 1 0 -
CMYK 0 0.99 1 0.29
HSL 0.33º 1% 0.35% -
HSV(B) 0.33º 1% 0.71% -
XYZ 19.07 9.85 0.9 -
YUV 54.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 181 1 0 0 0.99 1 0.29 0.33 1 0.35
Hex B5 1 0 0 63 64 1D 0 64 23
Octal 265 1 0 0 143 144 35 0 144 43
Binary 10110101 1 0 0 1100011 1100100 11101 0 1100100 100011

Color Harmonies of #B50100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50100

Black with #B50100

Text Example


Text Example

White with #B50100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50100; }

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

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

background-color css

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

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

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

border-color css

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

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

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