Html Css Color HEX #B30401 Free Speech Red

📋 copy color: '#B30401'

red 179 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #B30401

Tints of Free Speech Red #B30401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

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

R = 97.28%
G = 2.17%
B = 0.54%

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

#B30401 (or 0xB30401) is known color: Free Speech Red. HEX triplet: B3, 04 and 01. RGB value is (179,4,1). Sum of RGB (Red+Green+Blue) = 179+4+1=184 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.28% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 179 - color contains mainly: red. Hex color #B30401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30401 is #4CFBFE. Grayscale: #383838. Windows color (decimal): -5045247 or 66739. OLE color: 66739.

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

Color convert

RGB 179 4 1 -
CMYK 0 0.98 0.99 0.30
HSL 1.01º 0.99% 0.35% -
HSV(B) 1.01º 0.99% 0.7% -
XYZ 18.64 9.67 0.91 -
YUV 55.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 179 4 1 0 0.98 0.99 0.30 1.01 0.99 0.35
Hex B3 4 1 0 62 63 1E 1 63 23
Octal 263 4 1 0 142 143 36 1 143 43
Binary 10110011 100 1 0 1100010 1100011 11110 1 1100011 100011

Color Harmonies of #B30401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30401

Black with #B30401

Text Example


Text Example

White with #B30401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30401; }

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

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

background-color css

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

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

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

border-color css

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

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

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