Html Css Color HEX #B7390D Rust

📋 copy color: '#B7390D'

red 183 ◦ green 57 ◦ blue 13

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

Shades of Rust #B7390D

Tints of Rust #B7390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

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

R = 72.33%
G = 22.53%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7390D (or 0xB7390D) is known color: Rust. HEX triplet: B7, 39 and 0D. RGB value is (183,57,13). Sum of RGB (Red+Green+Blue) = 183+57+13=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B7390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7390D is #48C6F2. Grayscale: #595959. Windows color (decimal): -4769523 or 866743. OLE color: 866743.

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

Color convert

RGB 183 57 13 -
CMYK 0 0.69 0.93 0.28
HSL 15.53º 0.87% 0.38% -
HSV(B) 15.53º 0.93% 0.72% -
XYZ 21.06 13.02 1.78 -
YUV 89.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 183 57 13 0 0.69 0.93 0.28 15.53 0.87 0.38
Hex B7 39 D 0 45 5D 1C 10 57 26
Octal 267 71 15 0 105 135 34 20 127 46
Binary 10110111 111001 1101 0 1000101 1011101 11100 10000 1010111 100110

Color Harmonies of #B7390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7390D

Black with #B7390D

Text Example


Text Example

White with #B7390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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