Html Css Color HEX #B50400 Free Speech Red

📋 copy color: '#B50400'

red 181 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #B50400

Tints of Free Speech Red #B50400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 97.84%
G = 2.16%
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

#B50400 (or 0xB50400) is known color: Free Speech Red. HEX triplet: B5, 04 and 00. RGB value is (181,4,0). Sum of RGB (Red+Green+Blue) = 181+4+0=185 (24% of max value = 765). Red value is 181 (71.09% from 255 or 97.84% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 181 - color contains mainly: red. Hex color #B50400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50400 is #4AFBFF. Grayscale: #383838. Windows color (decimal): -4914176 or 1205. OLE color: 1205.

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

Color convert

RGB 181 4 0 -
CMYK 0 0.98 1 0.29
HSL 1.33º 1% 0.35% -
HSV(B) 1.33º 1% 0.71% -
XYZ 19.1 9.91 0.91 -
YUV 56.47 96.14 216.83 -
System Red Green Blue C M Y K H S L
Decimal 181 4 0 0 0.98 1 0.29 1.33 1 0.35
Hex B5 4 0 0 62 64 1D 1 64 23
Octal 265 4 0 0 142 144 35 1 144 43
Binary 10110101 100 0 0 1100010 1100100 11101 1 1100100 100011

Color Harmonies of #B50400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50400

Black with #B50400

Text Example


Text Example

White with #B50400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50400; }

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

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

background-color css

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

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

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

border-color css

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

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

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