Html Css Color HEX #B30702 Free Speech Red

📋 copy color: '#B30702'

red 179 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #B30702

Tints of Free Speech Red #B30702

RGB

 RED value IS 179 (70.31% from 255) = 95.21%

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

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

R = 95.21%
G = 3.72%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B30702 (or 0xB30702) is known color: Free Speech Red. HEX triplet: B3, 07 and 02. RGB value is (179,7,2). Sum of RGB (Red+Green+Blue) = 179+7+2=188 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.21% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 179 - color contains mainly: red. Hex color #B30702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30702 is #4CF8FD. Grayscale: #3A3A3A. Windows color (decimal): -5044478 or 133043. OLE color: 133043.

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

Color convert

RGB 179 7 2 -
CMYK 0 0.96 0.99 0.30
HSL 1.69º 0.98% 0.35% -
HSV(B) 1.69º 0.99% 0.7% -
XYZ 18.68 9.74 0.95 -
YUV 57.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 179 7 2 0 0.96 0.99 0.30 1.69 0.98 0.35
Hex B3 7 2 0 60 63 1E 2 62 23
Octal 263 7 2 0 140 143 36 2 142 43
Binary 10110011 111 10 0 1100000 1100011 11110 10 1100010 100011

Color Harmonies of #B30702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30702

Black with #B30702

Text Example


Text Example

White with #B30702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30702; }

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

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

background-color css

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

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

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

border-color css

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

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

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