Html Css Color HEX #B5310D Rust

📋 copy color: '#B5310D'

red 181 ◦ green 49 ◦ blue 13

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

Shades of Rust #B5310D

Tints of Rust #B5310D

RGB

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

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

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

R = 74.49%
G = 20.16%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5310D (or 0xB5310D) is known color: Rust. HEX triplet: B5, 31 and 0D. RGB value is (181,49,13). Sum of RGB (Red+Green+Blue) = 181+49+13=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5310D is #4ACEF2. Grayscale: #545454. Windows color (decimal): -4902643 or 864693. OLE color: 864693.

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

Color convert

RGB 181 49 13 -
CMYK 0 0.73 0.93 0.29
HSL 12.86º 0.87% 0.38% -
HSV(B) 12.86º 0.93% 0.71% -
XYZ 20.23 12.05 1.64 -
YUV 84.36 87.73 196.93 -
System Red Green Blue C M Y K H S L
Decimal 181 49 13 0 0.73 0.93 0.29 12.86 0.87 0.38
Hex B5 31 D 0 49 5D 1D D 57 26
Octal 265 61 15 0 111 135 35 15 127 46
Binary 10110101 110001 1101 0 1001001 1011101 11101 1101 1010111 100110

Color Harmonies of #B5310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5310D

Black with #B5310D

Text Example


Text Example

White with #B5310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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