Html Css Color HEX #B50702 Free Speech Red

📋 copy color: '#B50702'

red 181 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #B50702

Tints of Free Speech Red #B50702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 95.26%
G = 3.68%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B50702 (or 0xB50702) is known color: Free Speech Red. HEX triplet: B5, 07 and 02. RGB value is (181,7,2). Sum of RGB (Red+Green+Blue) = 181+7+2=190 (25% of max value = 765). Red value is 181 (71.09% from 255 or 95.26% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 181 - color contains mainly: red. Hex color #B50702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50702 is #4AF8FD. Grayscale: #3A3A3A. Windows color (decimal): -4913406 or 133045. OLE color: 133045.

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

Color convert

RGB 181 7 2 -
CMYK 0 0.96 0.99 0.29
HSL 1.68º 0.98% 0.36% -
HSV(B) 1.68º 0.99% 0.71% -
XYZ 19.14 9.98 0.97 -
YUV 58.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 181 7 2 0 0.96 0.99 0.29 1.68 0.98 0.36
Hex B5 7 2 0 60 63 1D 2 62 24
Octal 265 7 2 0 140 143 35 2 142 44
Binary 10110101 111 10 0 1100000 1100011 11101 10 1100010 100100

Color Harmonies of #B50702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50702

Black with #B50702

Text Example


Text Example

White with #B50702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50702; }

 p { color: rgb(181,7,2); }

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

background-color css

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

 a { background-color: rgb(181,7,2); }

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

border-color css

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

 span { border-color: rgb(181,7,2); }

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