Html Css Color HEX #B30700 Free Speech Red

📋 copy color: '#B30700'

red 179 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #B30700

Tints of Free Speech Red #B30700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.24%
G = 3.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B30700 (or 0xB30700) is known color: Free Speech Red. HEX triplet: B3, 07 and 00. RGB value is (179,7,0). Sum of RGB (Red+Green+Blue) = 179+7+0=186 (24% of max value = 765). Red value is 179 (70.31% from 255 or 96.24% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 179 - color contains mainly: red. Hex color #B30700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30700 is #4CF8FF. Grayscale: #393939. Windows color (decimal): -5044480 or 1971. OLE color: 1971.

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

Color convert

RGB 179 7 0 -
CMYK 0 0.96 1 0.30
HSL 2.35º 1% 0.35% -
HSV(B) 2.35º 1% 0.7% -
XYZ 18.67 9.74 0.9 -
YUV 57.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 179 7 0 0 0.96 1 0.30 2.35 1 0.35
Hex B3 7 0 0 60 64 1E 2 64 23
Octal 263 7 0 0 140 144 36 2 144 43
Binary 10110011 111 0 0 1100000 1100100 11110 10 1100100 100011

Color Harmonies of #B30700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30700

Black with #B30700

Text Example


Text Example

White with #B30700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30700; }

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

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

background-color css

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

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

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

border-color css

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

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

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