Html Css Color HEX #B00702 Free Speech Red

📋 copy color: '#B00702'

red 176 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #B00702

Tints of Free Speech Red #B00702

RGB

 RED value IS 176 (69.14% from 255) = 95.14%

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

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

R = 95.14%
G = 3.78%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B00702 (or 0xB00702) is known color: Free Speech Red. HEX triplet: B0, 07 and 02. RGB value is (176,7,2). Sum of RGB (Red+Green+Blue) = 176+7+2=185 (24% of max value = 765). Red value is 176 (69.14% from 255 or 95.14% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 176 - color contains mainly: red. Hex color #B00702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00702 is #4FF8FD. Grayscale: #393939. Windows color (decimal): -5241086 or 133040. OLE color: 133040.

HSL color Cylindrical-coordinate representation of color #B00702: hue angle of 1.72º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 2 -
CMYK 0 0.96 0.99 0.31
HSL 1.72º 0.98% 0.35% -
HSV(B) 1.72º 0.99% 0.69% -
XYZ 17.99 9.39 0.92 -
YUV 56.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 176 7 2 0 0.96 0.99 0.31 1.72 0.98 0.35
Hex B0 7 2 0 60 63 1F 2 62 23
Octal 260 7 2 0 140 143 37 2 142 43
Binary 10110000 111 10 0 1100000 1100011 11111 10 1100010 100011

Color Harmonies of #B00702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00702

Black with #B00702

Text Example


Text Example

White with #B00702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00702; }

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

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

background-color css

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

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

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

border-color css

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

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

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