Html Css Color HEX #B30706 Free Speech Red

📋 copy color: '#B30706'

red 179 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #B30706

Tints of Free Speech Red #B30706

RGB

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

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

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

R = 93.23%
G = 3.65%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B30706 (or 0xB30706) is known color: Free Speech Red. HEX triplet: B3, 07 and 06. RGB value is (179,7,6). Sum of RGB (Red+Green+Blue) = 179+7+6=192 (25% of max value = 765). Red value is 179 (70.31% from 255 or 93.23% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 179 - color contains mainly: red. Hex color #B30706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30706 is #4CF8F9. Grayscale: #3A3A3A. Windows color (decimal): -5044474 or 395187. OLE color: 395187.

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

Color convert

RGB 179 7 6 -
CMYK 0 0.96 0.97 0.30
HSL 0.35º 0.94% 0.36% -
HSV(B) 0.35º 0.97% 0.7% -
XYZ 18.7 9.75 1.07 -
YUV 58.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 179 7 6 0 0.96 0.97 0.30 0.35 0.94 0.36
Hex B3 7 6 0 60 61 1E 0 5E 24
Octal 263 7 6 0 140 141 36 0 136 44
Binary 10110011 111 110 0 1100000 1100001 11110 0 1011110 100100

Color Harmonies of #B30706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30706

Black with #B30706

Text Example


Text Example

White with #B30706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30706; }

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

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

background-color css

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

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

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

border-color css

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

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

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