Html Css Color HEX #B53325 Fire Brick

📋 copy color: '#B53325'

red 181 ◦ green 51 ◦ blue 37

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

Shades of Fire Brick #B53325

Tints of Fire Brick #B53325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 67.29%
G = 18.96%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B53325 (or 0xB53325) is known color: Fire Brick. HEX triplet: B5, 33 and 25. RGB value is (181,51,37). Sum of RGB (Red+Green+Blue) = 181+51+37=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B53325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53325 is #4ACCDA. Grayscale: #585858. Windows color (decimal): -4902107 or 2438069. OLE color: 2438069.

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

Color convert

RGB 181 51 37 -
CMYK 0 0.72 0.80 0.29
HSL 5.83º 0.66% 0.43% -
HSV(B) 5.83º 0.8% 0.71% -
XYZ 20.57 12.32 3.04 -
YUV 88.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 181 51 37 0 0.72 0.80 0.29 5.83 0.66 0.43
Hex B5 33 25 0 48 50 1D 6 42 2B
Octal 265 63 45 0 110 120 35 6 102 53
Binary 10110101 110011 100101 0 1001000 1010000 11101 110 1000010 101011

Color Harmonies of #B53325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53325

Black with #B53325

Text Example


Text Example

White with #B53325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53325; }

 p { color: rgb(181,51,37); }

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

background-color css

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

 a { background-color: rgb(181,51,37); }

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

border-color css

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

 span { border-color: rgb(181,51,37); }

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