Html Css Color HEX #B52017 Fire Brick

📋 copy color: '#B52017'

red 181 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #B52017

Tints of Fire Brick #B52017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 76.69%
G = 13.56%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B52017 (or 0xB52017) is known color: Fire Brick. HEX triplet: B5, 20 and 17. RGB value is (181,32,23). Sum of RGB (Red+Green+Blue) = 181+32+23=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B52017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52017 is #4ADFE8. Grayscale: #4B4B4B. Windows color (decimal): -4906985 or 1515701. OLE color: 1515701.

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

Color convert

RGB 181 32 23 -
CMYK 0 0.82 0.87 0.29
HSL 3.42º 0.77% 0.4% -
HSV(B) 3.42º 0.87% 0.71% -
XYZ 19.73 10.92 1.88 -
YUV 75.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 181 32 23 0 0.82 0.87 0.29 3.42 0.77 0.4
Hex B5 20 17 0 52 57 1D 3 4D 28
Octal 265 40 27 0 122 127 35 3 115 50
Binary 10110101 100000 10111 0 1010010 1010111 11101 11 1001101 101000

Color Harmonies of #B52017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52017

Black with #B52017

Text Example


Text Example

White with #B52017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52017; }

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

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

background-color css

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

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

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

border-color css

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

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

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