Html Css Color HEX #B53124 Fire Brick

📋 copy color: '#B53124'

red 181 ◦ green 49 ◦ blue 36

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

Shades of Fire Brick #B53124

Tints of Fire Brick #B53124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 68.05%
G = 18.42%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B53124 (or 0xB53124) is known color: Fire Brick. HEX triplet: B5, 31 and 24. RGB value is (181,49,36). Sum of RGB (Red+Green+Blue) = 181+49+36=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53124 is #4ACEDB. Grayscale: #575757. Windows color (decimal): -4902620 or 2372021. OLE color: 2372021.

HSL color Cylindrical-coordinate representation of color #B53124: hue angle of 5.38º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B53124 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 36 -
CMYK 0 0.73 0.80 0.29
HSL 5.38º 0.67% 0.43% -
HSV(B) 5.38º 0.8% 0.71% -
XYZ 20.47 12.15 2.93 -
YUV 86.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 181 49 36 0 0.73 0.80 0.29 5.38 0.67 0.43
Hex B5 31 24 0 49 50 1D 5 43 2B
Octal 265 61 44 0 111 120 35 5 103 53
Binary 10110101 110001 100100 0 1001001 1010000 11101 101 1000011 101011

Color Harmonies of #B53124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53124

Black with #B53124

Text Example


Text Example

White with #B53124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53124; }

 p { color: rgb(181,49,36); }

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

background-color css

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

 a { background-color: rgb(181,49,36); }

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

border-color css

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

 span { border-color: rgb(181,49,36); }

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