#B41300

Color #B41300 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B41300

Tints of Free Speech Red #B41300

Color information

#B41300 (or 0xB41300) is unknown color: approx Free Speech Red. HEX triplet: B4, 13 and 00. RGB value is (180,19,0). Sum of RGB (Red+Green+Blue) = 180+19+0=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B41300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41300 is #4BECFF. Grayscale: #414141. Windows color (decimal): -4975872 or 5044. OLE color: 5044.

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

Color convert

RGB180190-
CMYK00.8910.29
HSL6.33º100%35.29%-
HSV(B)6.33º100%70.59%-
XYZ19.0610.170.96-
YUV64.9791.34210.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 90.45%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.45%
G=9.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18019000.8910.296.3310035.29
HexB4130059641D66423
Octal264230013114435614443
Binary10110100100110010110011100100111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41300; }

 p { color: rgb(180,19,0); }

 H1.HeaderClassName
 {
   color: #B41300;
 }
 .AnyTagClassName
 {
   color: #B41300;
 }
</style>
background-color css

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

 a { background-color: rgb(180,19,0); }

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

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

 span { border-color: rgb(180,19,0); }

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