Html Css Color HEX #B7310F Rust

📋 copy color: '#B7310F'

red 183 ◦ green 49 ◦ blue 15

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

Shades of Rust #B7310F

Tints of Rust #B7310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 74.09%
G = 19.84%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7310F (or 0xB7310F) is known color: Rust. HEX triplet: B7, 31 and 0F. RGB value is (183,49,15). Sum of RGB (Red+Green+Blue) = 183+49+15=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7310F is #48CEF0. Grayscale: #555555. Windows color (decimal): -4771569 or 995767. OLE color: 995767.

HSL color Cylindrical-coordinate representation of color #B7310F: hue angle of 12.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7310F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 15 -
CMYK 0 0.73 0.92 0.28
HSL 12.14º 0.85% 0.39% -
HSV(B) 12.14º 0.92% 0.72% -
XYZ 20.71 12.3 1.73 -
YUV 85.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 183 49 15 0 0.73 0.92 0.28 12.14 0.85 0.39
Hex B7 31 F 0 49 5C 1C C 55 27
Octal 267 61 17 0 111 134 34 14 125 47
Binary 10110111 110001 1111 0 1001001 1011100 11100 1100 1010101 100111

Color Harmonies of #B7310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7310F

Black with #B7310F

Text Example


Text Example

White with #B7310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7310F; }

 p { color: rgb(183,49,15); }

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

background-color css

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

 a { background-color: rgb(183,49,15); }

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

border-color css

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

 span { border-color: rgb(183,49,15); }

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