Html Css Color HEX #B53A1D Rust

📋 copy color: '#B53A1D'

red 181 ◦ green 58 ◦ blue 29

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

Shades of Rust #B53A1D

Tints of Rust #B53A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

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

R = 67.54%
G = 21.64%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B53A1D (or 0xB53A1D) is known color: Rust. HEX triplet: B5, 3A and 1D. RGB value is (181,58,29). Sum of RGB (Red+Green+Blue) = 181+58+29=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A1D is #4AC5E2. Grayscale: #5B5B5B. Windows color (decimal): -4900323 or 1915573. OLE color: 1915573.

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

Color convert

RGB 181 58 29 -
CMYK 0 0.68 0.84 0.29
HSL 11.45º 0.72% 0.41% -
HSV(B) 11.45º 0.84% 0.71% -
XYZ 20.79 12.94 2.56 -
YUV 91.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 181 58 29 0 0.68 0.84 0.29 11.45 0.72 0.41
Hex B5 3A 1D 0 44 54 1D B 48 29
Octal 265 72 35 0 104 124 35 13 110 51
Binary 10110101 111010 11101 0 1000100 1010100 11101 1011 1001000 101001

Color Harmonies of #B53A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A1D

Black with #B53A1D

Text Example


Text Example

White with #B53A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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