Html Css Color HEX #B53F1D Rust

📋 copy color: '#B53F1D'

red 181 ◦ green 63 ◦ blue 29

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

Shades of Rust #B53F1D

Tints of Rust #B53F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 66.3%
G = 23.08%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B53F1D (or 0xB53F1D) is known color: Rust. HEX triplet: B5, 3F and 1D. RGB value is (181,63,29). Sum of RGB (Red+Green+Blue) = 181+63+29=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F1D is #4AC0E2. Grayscale: #5E5E5E. Windows color (decimal): -4899043 or 1916853. OLE color: 1916853.

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

Color convert

RGB 181 63 29 -
CMYK 0 0.65 0.84 0.29
HSL 13.42º 0.72% 0.41% -
HSV(B) 13.42º 0.84% 0.71% -
XYZ 21.06 13.47 2.65 -
YUV 94.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 181 63 29 0 0.65 0.84 0.29 13.42 0.72 0.41
Hex B5 3F 1D 0 41 54 1D D 48 29
Octal 265 77 35 0 101 124 35 15 110 51
Binary 10110101 111111 11101 0 1000001 1010100 11101 1101 1001000 101001

Color Harmonies of #B53F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F1D

Black with #B53F1D

Text Example


Text Example

White with #B53F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F1D; }

 p { color: rgb(181,63,29); }

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

background-color css

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

 a { background-color: rgb(181,63,29); }

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

border-color css

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

 span { border-color: rgb(181,63,29); }

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