Html Css Color HEX #B50B06 Free Speech Red

📋 copy color: '#B50B06'

red 181 ◦ green 11 ◦ blue 6

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

Shades of Free Speech Red #B50B06

Tints of Free Speech Red #B50B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.56%

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 91.41%
G = 5.56%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B50B06 (or 0xB50B06) is known color: Free Speech Red. HEX triplet: B5, 0B and 06. RGB value is (181,11,6). Sum of RGB (Red+Green+Blue) = 181+11+6=198 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.41% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50B06 is #4AF4F9. Grayscale: #3D3D3D. Windows color (decimal): -4912378 or 396213. OLE color: 396213.

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

Color convert

RGB 181 11 6 -
CMYK 0 0.94 0.97 0.29
HSL 1.71º 0.94% 0.37% -
HSV(B) 1.71º 0.97% 0.71% -
XYZ 19.21 10.08 1.1 -
YUV 61.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 181 11 6 0 0.94 0.97 0.29 1.71 0.94 0.37
Hex B5 B 6 0 5E 61 1D 2 5E 25
Octal 265 13 6 0 136 141 35 2 136 45
Binary 10110101 1011 110 0 1011110 1100001 11101 10 1011110 100101

Color Harmonies of #B50B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B06

Black with #B50B06

Text Example


Text Example

White with #B50B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B06; }

 p { color: rgb(181,11,6); }

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

background-color css

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

 a { background-color: rgb(181,11,6); }

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

border-color css

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

 span { border-color: rgb(181,11,6); }

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