Html Css Color HEX #B51713 Fire Brick

📋 copy color: '#B51713'

red 181 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #B51713

Tints of Fire Brick #B51713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 81.17%
G = 10.31%
B = 8.52%

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

#B51713 (or 0xB51713) is known color: Fire Brick. HEX triplet: B5, 17 and 13. RGB value is (181,23,19). Sum of RGB (Red+Green+Blue) = 181+23+19=223 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.17% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 181 - color contains mainly: red. Hex color #B51713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51713 is #4AE8EC. Grayscale: #454545. Windows color (decimal): -4909293 or 1251253. OLE color: 1251253.

HSL color Cylindrical-coordinate representation of color #B51713: hue angle of 1.48º 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 #B51713 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 19 -
CMYK 0 0.87 0.90 0.29
HSL 1.48º 0.81% 0.39% -
HSV(B) 1.48º 0.9% 0.71% -
XYZ 19.48 10.48 1.61 -
YUV 69.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 181 23 19 0 0.87 0.90 0.29 1.48 0.81 0.39
Hex B5 17 13 0 57 5A 1D 1 51 27
Octal 265 27 23 0 127 132 35 1 121 47
Binary 10110101 10111 10011 0 1010111 1011010 11101 1 1010001 100111

Color Harmonies of #B51713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51713

Black with #B51713

Text Example


Text Example

White with #B51713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51713; }

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

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

background-color css

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

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

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

border-color css

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

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

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