Html Css Color HEX #B30C07 Free Speech Red

📋 copy color: '#B30C07'

red 179 ◦ green 12 ◦ blue 7

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

Shades of Free Speech Red #B30C07

Tints of Free Speech Red #B30C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.06%

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 90.4%
G = 6.06%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B30C07 (or 0xB30C07) is known color: Free Speech Red. HEX triplet: B3, 0C and 07. RGB value is (179,12,7). Sum of RGB (Red+Green+Blue) = 179+12+7=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30C07 is #4CF3F8. Grayscale: #3D3D3D. Windows color (decimal): -5043193 or 462003. OLE color: 462003.

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

Color convert

RGB 179 12 7 -
CMYK 0 0.93 0.96 0.30
HSL 1.74º 0.92% 0.36% -
HSV(B) 1.74º 0.96% 0.7% -
XYZ 18.76 9.86 1.12 -
YUV 61.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 179 12 7 0 0.93 0.96 0.30 1.74 0.92 0.36
Hex B3 C 7 0 5D 60 1E 2 5C 24
Octal 263 14 7 0 135 140 36 2 134 44
Binary 10110011 1100 111 0 1011101 1100000 11110 10 1011100 100100

Color Harmonies of #B30C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C07

Black with #B30C07

Text Example


Text Example

White with #B30C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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