Html Css Color HEX #B7360B Rust

📋 copy color: '#B7360B'

red 183 ◦ green 54 ◦ blue 11

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

Shades of Rust #B7360B

Tints of Rust #B7360B

RGB

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

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

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

R = 73.79%
G = 21.77%
B = 4.44%

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

#B7360B (or 0xB7360B) is known color: Rust. HEX triplet: B7, 36 and 0B. RGB value is (183,54,11). Sum of RGB (Red+Green+Blue) = 183+54+11=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7360B is #48C9F4. Grayscale: #575757. Windows color (decimal): -4770293 or 734903. OLE color: 734903.

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

Color convert

RGB 183 54 11 -
CMYK 0 0.70 0.94 0.28
HSL 15º 0.89% 0.38% -
HSV(B) 15º 0.94% 0.72% -
XYZ 20.91 12.73 1.67 -
YUV 87.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 183 54 11 0 0.70 0.94 0.28 15 0.89 0.38
Hex B7 36 B 0 46 5E 1C F 59 26
Octal 267 66 13 0 106 136 34 17 131 46
Binary 10110111 110110 1011 0 1000110 1011110 11100 1111 1011001 100110

Color Harmonies of #B7360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7360B

Black with #B7360B

Text Example


Text Example

White with #B7360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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