Html Css Color HEX #B30703 Free Speech Red

📋 copy color: '#B30703'

red 179 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #B30703

Tints of Free Speech Red #B30703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 94.71%
G = 3.7%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B30703 (or 0xB30703) is known color: Free Speech Red. HEX triplet: B3, 07 and 03. RGB value is (179,7,3). Sum of RGB (Red+Green+Blue) = 179+7+3=189 (25% of max value = 765). Red value is 179 (70.31% from 255 or 94.71% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 179 - color contains mainly: red. Hex color #B30703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30703 is #4CF8FC. Grayscale: #3A3A3A. Windows color (decimal): -5044477 or 198579. OLE color: 198579.

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

Color convert

RGB 179 7 3 -
CMYK 0 0.96 0.98 0.30
HSL 1.36º 0.97% 0.36% -
HSV(B) 1.36º 0.98% 0.7% -
XYZ 18.68 9.74 0.98 -
YUV 57.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 179 7 3 0 0.96 0.98 0.30 1.36 0.97 0.36
Hex B3 7 3 0 60 62 1E 1 61 24
Octal 263 7 3 0 140 142 36 1 141 44
Binary 10110011 111 11 0 1100000 1100010 11110 1 1100001 100100

Color Harmonies of #B30703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30703

Black with #B30703

Text Example


Text Example

White with #B30703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30703; }

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

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

background-color css

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

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

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

border-color css

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

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

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