Html Css Color HEX #B7360F Rust

📋 copy color: '#B7360F'

red 183 ◦ green 54 ◦ blue 15

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

Shades of Rust #B7360F

Tints of Rust #B7360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 72.62%
G = 21.43%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7360F (or 0xB7360F) is known color: Rust. HEX triplet: B7, 36 and 0F. RGB value is (183,54,15). Sum of RGB (Red+Green+Blue) = 183+54+15=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7360F is #48C9F0. Grayscale: #585858. Windows color (decimal): -4770289 or 997047. OLE color: 997047.

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

Color convert

RGB 183 54 15 -
CMYK 0 0.70 0.92 0.28
HSL 13.93º 0.85% 0.39% -
HSV(B) 13.93º 0.92% 0.72% -
XYZ 20.93 12.74 1.81 -
YUV 88.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 183 54 15 0 0.70 0.92 0.28 13.93 0.85 0.39
Hex B7 36 F 0 46 5C 1C E 55 27
Octal 267 66 17 0 106 134 34 16 125 47
Binary 10110111 110110 1111 0 1000110 1011100 11100 1110 1010101 100111

Color Harmonies of #B7360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7360F

Black with #B7360F

Text Example


Text Example

White with #B7360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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