Html Css Color HEX #B30300 Free Speech Red

📋 copy color: '#B30300'

red 179 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #B30300

Tints of Free Speech Red #B30300

RGB

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

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

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

R = 98.35%
G = 1.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B30300 (or 0xB30300) is known color: Free Speech Red. HEX triplet: B3, 03 and 00. RGB value is (179,3,0). Sum of RGB (Red+Green+Blue) = 179+3+0=182 (24% of max value = 765). Red value is 179 (70.31% from 255 or 98.35% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 179 - color contains mainly: red. Hex color #B30300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30300 is #4CFCFF. Grayscale: #373737. Windows color (decimal): -5045504 or 947. OLE color: 947.

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

Color convert

RGB 179 3 0 -
CMYK 0 0.98 1 0.30
HSL 1.01º 1% 0.35% -
HSV(B) 1.01º 1% 0.7% -
XYZ 18.62 9.65 0.88 -
YUV 55.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 179 3 0 0 0.98 1 0.30 1.01 1 0.35
Hex B3 3 0 0 62 64 1E 1 64 23
Octal 263 3 0 0 142 144 36 1 144 43
Binary 10110011 11 0 0 1100010 1100100 11110 1 1100100 100011

Color Harmonies of #B30300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30300

Black with #B30300

Text Example


Text Example

White with #B30300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30300; }

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

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

background-color css

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

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

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

border-color css

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

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

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