Html Css Color HEX #B7370B Rust

📋 copy color: '#B7370B'

red 183 ◦ green 55 ◦ blue 11

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

Shades of Rust #B7370B

Tints of Rust #B7370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 73.49%
G = 22.09%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7370B (or 0xB7370B) is known color: Rust. HEX triplet: B7, 37 and 0B. RGB value is (183,55,11). Sum of RGB (Red+Green+Blue) = 183+55+11=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7370B is #48C8F4. Grayscale: #585858. Windows color (decimal): -4770037 or 735159. OLE color: 735159.

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

Color convert

RGB 183 55 11 -
CMYK 0 0.70 0.94 0.28
HSL 15.35º 0.89% 0.38% -
HSV(B) 15.35º 0.94% 0.72% -
XYZ 20.96 12.82 1.69 -
YUV 88.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 183 55 11 0 0.70 0.94 0.28 15.35 0.89 0.38
Hex B7 37 B 0 46 5E 1C F 59 26
Octal 267 67 13 0 106 136 34 17 131 46
Binary 10110111 110111 1011 0 1000110 1011110 11100 1111 1011001 100110

Color Harmonies of #B7370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7370B

Black with #B7370B

Text Example


Text Example

White with #B7370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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