Html Css Color HEX #B7370D Rust

📋 copy color: '#B7370D'

red 183 ◦ green 55 ◦ blue 13

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

Shades of Rust #B7370D

Tints of Rust #B7370D

RGB

 RED value IS 183 (71.88% from 255) = 72.91%

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

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

R = 72.91%
G = 21.91%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7370D (or 0xB7370D) is known color: Rust. HEX triplet: B7, 37 and 0D. RGB value is (183,55,13). Sum of RGB (Red+Green+Blue) = 183+55+13=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7370D is #48C8F2. Grayscale: #585858. Windows color (decimal): -4770035 or 866231. OLE color: 866231.

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

Color convert

RGB 183 55 13 -
CMYK 0 0.70 0.93 0.28
HSL 14.82º 0.87% 0.38% -
HSV(B) 14.82º 0.93% 0.72% -
XYZ 20.97 12.83 1.75 -
YUV 88.48 85.41 195.42 -
System Red Green Blue C M Y K H S L
Decimal 183 55 13 0 0.70 0.93 0.28 14.82 0.87 0.38
Hex B7 37 D 0 46 5D 1C F 57 26
Octal 267 67 15 0 106 135 34 17 127 46
Binary 10110111 110111 1101 0 1000110 1011101 11100 1111 1010111 100110

Color Harmonies of #B7370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7370D

Black with #B7370D

Text Example


Text Example

White with #B7370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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