Html Css Color HEX #B30303 Free Speech Red

📋 copy color: '#B30303'

red 179 ◦ green 3 ◦ blue 3

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

Shades of Free Speech Red #B30303

Tints of Free Speech Red #B30303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 96.76%
G = 1.62%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B30303 (or 0xB30303) is known color: Free Speech Red. HEX triplet: B3, 03 and 03. RGB value is (179,3,3). Sum of RGB (Red+Green+Blue) = 179+3+3=185 (24% of max value = 765). Red value is 179 (70.31% from 255 or 96.76% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 179 - color contains mainly: red. Hex color #B30303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30303 is #4CFCFC. Grayscale: #373737. Windows color (decimal): -5045501 or 197555. OLE color: 197555.

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

Color convert

RGB 179 3 3 -
CMYK 0 0.98 0.98 0.30
HSL 0.97% 0.36% -
HSV(B) 0.98% 0.7% -
XYZ 18.64 9.66 0.97 -
YUV 55.62 98.31 216 -
System Red Green Blue C M Y K H S L
Decimal 179 3 3 0 0.98 0.98 0.30 0 0.97 0.36
Hex B3 3 3 0 62 62 1E 0 61 24
Octal 263 3 3 0 142 142 36 0 141 44
Binary 10110011 11 11 0 1100010 1100010 11110 0 1100001 100100

Color Harmonies of #B30303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30303

Black with #B30303

Text Example


Text Example

White with #B30303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30303; }

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

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

background-color css

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

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

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

border-color css

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

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

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