Html Css Color HEX #B5320D Rust

📋 copy color: '#B5320D'

red 181 ◦ green 50 ◦ blue 13

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

Shades of Rust #B5320D

Tints of Rust #B5320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 74.18%
G = 20.49%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5320D (or 0xB5320D) is known color: Rust. HEX triplet: B5, 32 and 0D. RGB value is (181,50,13). Sum of RGB (Red+Green+Blue) = 181+50+13=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5320D is #4ACDF2. Grayscale: #555555. Windows color (decimal): -4902387 or 864949. OLE color: 864949.

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

Color convert

RGB 181 50 13 -
CMYK 0 0.72 0.93 0.29
HSL 13.21º 0.87% 0.38% -
HSV(B) 13.21º 0.93% 0.71% -
XYZ 20.27 12.13 1.65 -
YUV 84.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 181 50 13 0 0.72 0.93 0.29 13.21 0.87 0.38
Hex B5 32 D 0 48 5D 1D D 57 26
Octal 265 62 15 0 110 135 35 15 127 46
Binary 10110101 110010 1101 0 1001000 1011101 11101 1101 1010111 100110

Color Harmonies of #B5320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5320D

Black with #B5320D

Text Example


Text Example

White with #B5320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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