Html Css Color HEX #B53129 Fire Brick

📋 copy color: '#B53129'

red 181 ◦ green 49 ◦ blue 41

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

Shades of Fire Brick #B53129

Tints of Fire Brick #B53129

RGB

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

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

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

R = 66.79%
G = 18.08%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B53129 (or 0xB53129) is known color: Fire Brick. HEX triplet: B5, 31 and 29. RGB value is (181,49,41). Sum of RGB (Red+Green+Blue) = 181+49+41=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53129 is #4ACED6. Grayscale: #575757. Windows color (decimal): -4902615 or 2699701. OLE color: 2699701.

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

Color convert

RGB 181 49 41 -
CMYK 0 0.73 0.77 0.29
HSL 3.43º 0.63% 0.44% -
HSV(B) 3.43º 0.77% 0.71% -
XYZ 20.55 12.18 3.37 -
YUV 87.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 181 49 41 0 0.73 0.77 0.29 3.43 0.63 0.44
Hex B5 31 29 0 49 4D 1D 3 3F 2C
Octal 265 61 51 0 111 115 35 3 77 54
Binary 10110101 110001 101001 0 1001001 1001101 11101 11 111111 101100

Color Harmonies of #B53129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53129

Black with #B53129

Text Example


Text Example

White with #B53129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53129; }

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

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

background-color css

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

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

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

border-color css

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

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

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