#B30701

Color #B30701 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B30701

Tints of Free Speech Red #B30701

Color information

#B30701 (or 0xB30701) is unknown color: approx Free Speech Red. HEX triplet: B3, 07 and 01. RGB value is (179,7,1). Sum of RGB (Red+Green+Blue) = 179+7+1=187 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.72% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 179 - color contains mainly: red. Hex color #B30701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30701 is #4CF8FE. Grayscale: #393939. Windows color (decimal): -5044479 or 67507. OLE color: 67507.

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

Color convert

RGB17971-
CMYK00.960.990.30
HSL2.02º98.89%35.29%-
HSV(B)2.02º99.44%70.2%-
XYZ18.679.740.92-
YUV57.7495.98214.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 95.72%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=95.72%
G=3.74%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797100.960.990.302.0298.8935.29
HexB371060631E26323
Octal26371014014336214343
Binary10110011111101100000110001111110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30701; }

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

 H1.HeaderClassName
 {
   color: #B30701;
 }
 .AnyTagClassName
 {
   color: #B30701;
 }
</style>
background-color css

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

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

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

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

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

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