Html Css Color HEX #B7350D Rust

📋 copy color: '#B7350D'

red 183 ◦ green 53 ◦ blue 13

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

Shades of Rust #B7350D

Tints of Rust #B7350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 73.49%
G = 21.29%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7350D (or 0xB7350D) is known color: Rust. HEX triplet: B7, 35 and 0D. RGB value is (183,53,13). Sum of RGB (Red+Green+Blue) = 183+53+13=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7350D is #48CAF2. Grayscale: #575757. Windows color (decimal): -4770547 or 865719. OLE color: 865719.

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

Color convert

RGB 183 53 13 -
CMYK 0 0.71 0.93 0.28
HSL 14.12º 0.87% 0.38% -
HSV(B) 14.12º 0.93% 0.72% -
XYZ 20.87 12.64 1.72 -
YUV 87.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 183 53 13 0 0.71 0.93 0.28 14.12 0.87 0.38
Hex B7 35 D 0 47 5D 1C E 57 26
Octal 267 65 15 0 107 135 34 16 127 46
Binary 10110111 110101 1101 0 1000111 1011101 11100 1110 1010111 100110

Color Harmonies of #B7350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7350D

Black with #B7350D

Text Example


Text Example

White with #B7350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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