Html Css Color HEX #B51813 Fire Brick

📋 copy color: '#B51813'

red 181 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #B51813

Tints of Fire Brick #B51813

RGB

 RED value IS 181 (71.09% from 255) = 80.8%

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

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

R = 80.8%
G = 10.71%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B51813 (or 0xB51813) is known color: Fire Brick. HEX triplet: B5, 18 and 13. RGB value is (181,24,19). Sum of RGB (Red+Green+Blue) = 181+24+19=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B51813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51813 is #4AE7EC. Grayscale: #464646. Windows color (decimal): -4909037 or 1251509. OLE color: 1251509.

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

Color convert

RGB 181 24 19 -
CMYK 0 0.87 0.90 0.29
HSL 1.85º 0.81% 0.39% -
HSV(B) 1.85º 0.9% 0.71% -
XYZ 19.5 10.52 1.62 -
YUV 70.37 99.01 206.91 -
System Red Green Blue C M Y K H S L
Decimal 181 24 19 0 0.87 0.90 0.29 1.85 0.81 0.39
Hex B5 18 13 0 57 5A 1D 2 51 27
Octal 265 30 23 0 127 132 35 2 121 47
Binary 10110101 11000 10011 0 1010111 1011010 11101 10 1010001 100111

Color Harmonies of #B51813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51813

Black with #B51813

Text Example


Text Example

White with #B51813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51813; }

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

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

background-color css

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

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

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

border-color css

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

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

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