Html Css Color HEX #B41813 Fire Brick

📋 copy color: '#B41813'

red 180 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #B41813

Tints of Fire Brick #B41813

RGB

 RED value IS 180 (70.7% from 255) = 80.72%

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 80.72%
G = 10.76%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B41813 (or 0xB41813) is known color: Fire Brick. HEX triplet: B4, 18 and 13. RGB value is (180,24,19). Sum of RGB (Red+Green+Blue) = 180+24+19=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B41813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41813 is #4BE7EC. Grayscale: #464646. Windows color (decimal): -4974573 or 1251508. OLE color: 1251508.

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

Color convert

RGB 180 24 19 -
CMYK 0 0.87 0.89 0.29
HSL 1.86º 0.81% 0.39% -
HSV(B) 1.86º 0.89% 0.71% -
XYZ 19.27 10.4 1.61 -
YUV 70.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 180 24 19 0 0.87 0.89 0.29 1.86 0.81 0.39
Hex B4 18 13 0 57 59 1D 2 51 27
Octal 264 30 23 0 127 131 35 2 121 47
Binary 10110100 11000 10011 0 1010111 1011001 11101 10 1010001 100111

Color Harmonies of #B41813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41813

Black with #B41813

Text Example


Text Example

White with #B41813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41813; }

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

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

background-color css

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

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

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

border-color css

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

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

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