Html Css Color HEX #B30500 Free Speech Red

📋 copy color: '#B30500'

red 179 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #B30500

Tints of Free Speech Red #B30500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.28%
G = 2.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B30500 (or 0xB30500) is known color: Free Speech Red. HEX triplet: B3, 05 and 00. RGB value is (179,5,0). Sum of RGB (Red+Green+Blue) = 179+5+0=184 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.28% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 179 - color contains mainly: red. Hex color #B30500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30500 is #4CFAFF. Grayscale: #383838. Windows color (decimal): -5044992 or 1459. OLE color: 1459.

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

Color convert

RGB 179 5 0 -
CMYK 0 0.97 1 0.30
HSL 1.68º 1% 0.35% -
HSV(B) 1.68º 1% 0.7% -
XYZ 18.64 9.69 0.89 -
YUV 56.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 179 5 0 0 0.97 1 0.30 1.68 1 0.35
Hex B3 5 0 0 61 64 1E 2 64 23
Octal 263 5 0 0 141 144 36 2 144 43
Binary 10110011 101 0 0 1100001 1100100 11110 10 1100100 100011

Color Harmonies of #B30500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30500

Black with #B30500

Text Example


Text Example

White with #B30500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30500; }

 p { color: rgb(179,5,0); }

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

background-color css

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

 a { background-color: rgb(179,5,0); }

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

border-color css

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

 span { border-color: rgb(179,5,0); }

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