Html Css Color HEX #B01413 Fire Brick

📋 copy color: '#B01413'

red 176 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #B01413

Tints of Fire Brick #B01413

RGB

 RED value IS 176 (69.14% from 255) = 81.86%

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 81.86%
G = 9.3%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B01413 (or 0xB01413) is known color: Fire Brick. HEX triplet: B0, 14 and 13. RGB value is (176,20,19). Sum of RGB (Red+Green+Blue) = 176+20+19=215 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.86% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 176 - color contains mainly: red. Hex color #B01413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01413 is #4FEBEC. Grayscale: #424242. Windows color (decimal): -5237741 or 1250480. OLE color: 1250480.

HSL color Cylindrical-coordinate representation of color #B01413: hue angle of 0.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01413 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 19 -
CMYK 0 0.89 0.89 0.31
HSL 0.38º 0.81% 0.38% -
HSV(B) 0.38º 0.89% 0.69% -
XYZ 18.27 9.78 1.54 -
YUV 66.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 176 20 19 0 0.89 0.89 0.31 0.38 0.81 0.38
Hex B0 14 13 0 59 59 1F 0 51 26
Octal 260 24 23 0 131 131 37 0 121 46
Binary 10110000 10100 10011 0 1011001 1011001 11111 0 1010001 100110

Color Harmonies of #B01413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01413

Black with #B01413

Text Example


Text Example

White with #B01413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01413; }

 p { color: rgb(176,20,19); }

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

background-color css

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

 a { background-color: rgb(176,20,19); }

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

border-color css

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

 span { border-color: rgb(176,20,19); }

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