Html Css Color HEX #B53D1E Rust

📋 copy color: '#B53D1E'

red 181 ◦ green 61 ◦ blue 30

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

Shades of Rust #B53D1E

Tints of Rust #B53D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 66.54%
G = 22.43%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B53D1E (or 0xB53D1E) is known color: Rust. HEX triplet: B5, 3D and 1E. RGB value is (181,61,30). Sum of RGB (Red+Green+Blue) = 181+61+30=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D1E is #4AC2E1. Grayscale: #5D5D5D. Windows color (decimal): -4899554 or 1981877. OLE color: 1981877.

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

Color convert

RGB 181 61 30 -
CMYK 0 0.66 0.83 0.29
HSL 12.32º 0.72% 0.41% -
HSV(B) 12.32º 0.83% 0.71% -
XYZ 20.96 13.25 2.68 -
YUV 93.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 181 61 30 0 0.66 0.83 0.29 12.32 0.72 0.41
Hex B5 3D 1E 0 42 53 1D C 48 29
Octal 265 75 36 0 102 123 35 14 110 51
Binary 10110101 111101 11110 0 1000010 1010011 11101 1100 1001000 101001

Color Harmonies of #B53D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D1E

Black with #B53D1E

Text Example


Text Example

White with #B53D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D1E; }

 p { color: rgb(181,61,30); }

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

background-color css

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

 a { background-color: rgb(181,61,30); }

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

border-color css

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

 span { border-color: rgb(181,61,30); }

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