Html Css Color HEX #B50300 Free Speech Red

📋 copy color: '#B50300'

red 181 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #B50300

Tints of Free Speech Red #B50300

RGB

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

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

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

R = 98.37%
G = 1.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B50300 (or 0xB50300) is known color: Free Speech Red. HEX triplet: B5, 03 and 00. RGB value is (181,3,0). Sum of RGB (Red+Green+Blue) = 181+3+0=184 (24% of max value = 765). Red value is 181 (71.09% from 255 or 98.37% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 181 - color contains mainly: red. Hex color #B50300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50300 is #4AFCFF. Grayscale: #383838. Windows color (decimal): -4914432 or 949. OLE color: 949.

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

Color convert

RGB 181 3 0 -
CMYK 0 0.98 1 0.29
HSL 0.99º 1% 0.35% -
HSV(B) 0.99º 1% 0.71% -
XYZ 19.09 9.89 0.9 -
YUV 55.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 181 3 0 0 0.98 1 0.29 0.99 1 0.35
Hex B5 3 0 0 62 64 1D 1 64 23
Octal 265 3 0 0 142 144 35 1 144 43
Binary 10110101 11 0 0 1100010 1100100 11101 1 1100100 100011

Color Harmonies of #B50300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50300

Black with #B50300

Text Example


Text Example

White with #B50300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50300; }

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

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

background-color css

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

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

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

border-color css

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

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

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