Html Css Color HEX #B30302 Free Speech Red

📋 copy color: '#B30302'

red 179 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #B30302

Tints of Free Speech Red #B30302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 97.28%
G = 1.63%
B = 1.09%

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

#B30302 (or 0xB30302) is known color: Free Speech Red. HEX triplet: B3, 03 and 02. RGB value is (179,3,2). Sum of RGB (Red+Green+Blue) = 179+3+2=184 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.28% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 179 - color contains mainly: red. Hex color #B30302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30302 is #4CFCFD. Grayscale: #373737. Windows color (decimal): -5045502 or 132019. OLE color: 132019.

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

Color convert

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

Color Harmonies of #B30302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30302

Black with #B30302

Text Example


Text Example

White with #B30302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30302; }

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

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

background-color css

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

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

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

border-color css

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

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

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