Html Css Color HEX #B5370D Rust

📋 copy color: '#B5370D'

red 181 ◦ green 55 ◦ blue 13

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

Shades of Rust #B5370D

Tints of Rust #B5370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 72.69%
G = 22.09%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5370D (or 0xB5370D) is known color: Rust. HEX triplet: B5, 37 and 0D. RGB value is (181,55,13). Sum of RGB (Red+Green+Blue) = 181+55+13=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5370D is #4AC8F2. Grayscale: #585858. Windows color (decimal): -4901107 or 866229. OLE color: 866229.

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

Color convert

RGB 181 55 13 -
CMYK 0 0.70 0.93 0.29
HSL 15º 0.87% 0.38% -
HSV(B) 15º 0.93% 0.71% -
XYZ 20.49 12.59 1.73 -
YUV 87.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 181 55 13 0 0.70 0.93 0.29 15 0.87 0.38
Hex B5 37 D 0 46 5D 1D F 57 26
Octal 265 67 15 0 106 135 35 17 127 46
Binary 10110101 110111 1101 0 1000110 1011101 11101 1111 1010111 100110

Color Harmonies of #B5370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5370D

Black with #B5370D

Text Example


Text Example

White with #B5370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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