Html Css Color HEX #B53024 Fire Brick

📋 copy color: '#B53024'

red 181 ◦ green 48 ◦ blue 36

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

Shades of Fire Brick #B53024

Tints of Fire Brick #B53024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 68.3%
G = 18.11%
B = 13.58%

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

#B53024 (or 0xB53024) is known color: Fire Brick. HEX triplet: B5, 30 and 24. RGB value is (181,48,36). Sum of RGB (Red+Green+Blue) = 181+48+36=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B53024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53024 is #4ACFDB. Grayscale: #565656. Windows color (decimal): -4902876 or 2371765. OLE color: 2371765.

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

Color convert

RGB 181 48 36 -
CMYK 0 0.73 0.80 0.29
HSL 4.97º 0.67% 0.43% -
HSV(B) 4.97º 0.8% 0.71% -
XYZ 20.43 12.07 2.92 -
YUV 86.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 181 48 36 0 0.73 0.80 0.29 4.97 0.67 0.43
Hex B5 30 24 0 49 50 1D 5 43 2B
Octal 265 60 44 0 111 120 35 5 103 53
Binary 10110101 110000 100100 0 1001001 1010000 11101 101 1000011 101011

Color Harmonies of #B53024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53024

Black with #B53024

Text Example


Text Example

White with #B53024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53024; }

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

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

background-color css

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

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

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

border-color css

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

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

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