Html Css Color HEX #B53229 Fire Brick

📋 copy color: '#B53229'

red 181 ◦ green 50 ◦ blue 41

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

Shades of Fire Brick #B53229

Tints of Fire Brick #B53229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 66.54%
G = 18.38%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53229 (or 0xB53229) is known color: Fire Brick. HEX triplet: B5, 32 and 29. RGB value is (181,50,41). Sum of RGB (Red+Green+Blue) = 181+50+41=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B53229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53229 is #4ACDD6. Grayscale: #585858. Windows color (decimal): -4902359 or 2699957. OLE color: 2699957.

HSL color Cylindrical-coordinate representation of color #B53229: hue angle of 3.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B53229 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 41 -
CMYK 0 0.72 0.77 0.29
HSL 3.86º 0.63% 0.44% -
HSV(B) 3.86º 0.77% 0.71% -
XYZ 20.6 12.27 3.38 -
YUV 88.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 181 50 41 0 0.72 0.77 0.29 3.86 0.63 0.44
Hex B5 32 29 0 48 4D 1D 4 3F 2C
Octal 265 62 51 0 110 115 35 4 77 54
Binary 10110101 110010 101001 0 1001000 1001101 11101 100 111111 101100

Color Harmonies of #B53229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53229

Black with #B53229

Text Example


Text Example

White with #B53229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53229; }

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

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

background-color css

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

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

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

border-color css

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

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

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