Html Css Color HEX #B30301 Free Speech Red

📋 copy color: '#B30301'

red 179 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #B30301

Tints of Free Speech Red #B30301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 97.81%
G = 1.64%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B30301 (or 0xB30301) is known color: Free Speech Red. HEX triplet: B3, 03 and 01. RGB value is (179,3,1). Sum of RGB (Red+Green+Blue) = 179+3+1=183 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.81% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 179 - color contains mainly: red. Hex color #B30301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30301 is #4CFCFE. Grayscale: #373737. Windows color (decimal): -5045503 or 66483. OLE color: 66483.

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

Color convert

RGB 179 3 1 -
CMYK 0 0.98 0.99 0.30
HSL 0.67º 0.99% 0.35% -
HSV(B) 0.67º 0.99% 0.7% -
XYZ 18.63 9.65 0.91 -
YUV 55.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 179 3 1 0 0.98 0.99 0.30 0.67 0.99 0.35
Hex B3 3 1 0 62 63 1E 1 63 23
Octal 263 3 1 0 142 143 36 1 143 43
Binary 10110011 11 1 0 1100010 1100011 11110 1 1100011 100011

Color Harmonies of #B30301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30301

Black with #B30301

Text Example


Text Example

White with #B30301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30301; }

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

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

background-color css

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

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

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

border-color css

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

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

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