Html Css Color HEX #B53225 Fire Brick

📋 copy color: '#B53225'

red 181 ◦ green 50 ◦ blue 37

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

Shades of Fire Brick #B53225

Tints of Fire Brick #B53225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 67.54%
G = 18.66%
B = 13.81%

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

#B53225 (or 0xB53225) is known color: Fire Brick. HEX triplet: B5, 32 and 25. RGB value is (181,50,37). Sum of RGB (Red+Green+Blue) = 181+50+37=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B53225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53225 is #4ACDDA. Grayscale: #575757. Windows color (decimal): -4902363 or 2437813. OLE color: 2437813.

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

Color convert

RGB 181 50 37 -
CMYK 0 0.72 0.80 0.29
HSL 5.42º 0.66% 0.43% -
HSV(B) 5.42º 0.8% 0.71% -
XYZ 20.53 12.24 3.03 -
YUV 87.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 181 50 37 0 0.72 0.80 0.29 5.42 0.66 0.43
Hex B5 32 25 0 48 50 1D 5 42 2B
Octal 265 62 45 0 110 120 35 5 102 53
Binary 10110101 110010 100101 0 1001000 1010000 11101 101 1000010 101011

Color Harmonies of #B53225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53225

Black with #B53225

Text Example


Text Example

White with #B53225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53225; }

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

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

background-color css

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

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

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

border-color css

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

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

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