Html Css Color HEX #B30800 Free Speech Red

📋 copy color: '#B30800'

red 179 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #B30800

Tints of Free Speech Red #B30800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 95.72%
G = 4.28%
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

#B30800 (or 0xB30800) is known color: Free Speech Red. HEX triplet: B3, 08 and 00. RGB value is (179,8,0). Sum of RGB (Red+Green+Blue) = 179+8+0=187 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.72% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 179 - color contains mainly: red. Hex color #B30800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30800 is #4CF7FF. Grayscale: #3A3A3A. Windows color (decimal): -5044224 or 2227. OLE color: 2227.

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

Color convert

RGB 179 8 0 -
CMYK 0 0.96 1 0.30
HSL 2.68º 1% 0.35% -
HSV(B) 2.68º 1% 0.7% -
XYZ 18.68 9.76 0.9 -
YUV 58.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 179 8 0 0 0.96 1 0.30 2.68 1 0.35
Hex B3 8 0 0 60 64 1E 3 64 23
Octal 263 10 0 0 140 144 36 3 144 43
Binary 10110011 1000 0 0 1100000 1100100 11110 11 1100100 100011

Color Harmonies of #B30800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30800

Black with #B30800

Text Example


Text Example

White with #B30800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30800; }

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

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

background-color css

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

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

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

border-color css

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

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

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