Html Css Color HEX #B52811 Fire Brick

📋 copy color: '#B52811'

red 181 ◦ green 40 ◦ blue 17

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

Shades of Fire Brick #B52811

Tints of Fire Brick #B52811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 76.05%
G = 16.81%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B52811 (or 0xB52811) is known color: Fire Brick. HEX triplet: B5, 28 and 11. RGB value is (181,40,17). Sum of RGB (Red+Green+Blue) = 181+40+17=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B52811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52811 is #4AD7EE. Grayscale: #4F4F4F. Windows color (decimal): -4904943 or 1124533. OLE color: 1124533.

HSL color Cylindrical-coordinate representation of color #B52811: hue angle of 8.41º degrees, saturation: 0.83, 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 #B52811 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 17 -
CMYK 0 0.78 0.91 0.29
HSL 8.41º 0.83% 0.39% -
HSV(B) 8.41º 0.91% 0.71% -
XYZ 19.92 11.38 1.68 -
YUV 79.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 181 40 17 0 0.78 0.91 0.29 8.41 0.83 0.39
Hex B5 28 11 0 4E 5B 1D 8 53 27
Octal 265 50 21 0 116 133 35 10 123 47
Binary 10110101 101000 10001 0 1001110 1011011 11101 1000 1010011 100111

Color Harmonies of #B52811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52811

Black with #B52811

Text Example


Text Example

White with #B52811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52811; }

 p { color: rgb(181,40,17); }

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

background-color css

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

 a { background-color: rgb(181,40,17); }

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

border-color css

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

 span { border-color: rgb(181,40,17); }

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