Html Css Color HEX #B52010 Fire Brick

📋 copy color: '#B52010'

red 181 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #B52010

Tints of Fire Brick #B52010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 79.04%
G = 13.97%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B52010 (or 0xB52010) is known color: Fire Brick. HEX triplet: B5, 20 and 10. RGB value is (181,32,16). Sum of RGB (Red+Green+Blue) = 181+32+16=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B52010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52010 is #4ADFEF. Grayscale: #4A4A4A. Windows color (decimal): -4906992 or 1056949. OLE color: 1056949.

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

Color convert

RGB 181 32 16 -
CMYK 0 0.82 0.91 0.29
HSL 5.82º 0.84% 0.39% -
HSV(B) 5.82º 0.91% 0.71% -
XYZ 19.67 10.89 1.56 -
YUV 74.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 181 32 16 0 0.82 0.91 0.29 5.82 0.84 0.39
Hex B5 20 10 0 52 5B 1D 6 54 27
Octal 265 40 20 0 122 133 35 6 124 47
Binary 10110101 100000 10000 0 1010010 1011011 11101 110 1010100 100111

Color Harmonies of #B52010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52010

Black with #B52010

Text Example


Text Example

White with #B52010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52010; }

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

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

background-color css

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

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

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

border-color css

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

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

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