Html Css Color HEX #B74816 Rust

📋 copy color: '#B74816'

red 183 ◦ green 72 ◦ blue 22

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

Shades of Rust #B74816

Tints of Rust #B74816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 66.06%
G = 25.99%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74816 (or 0xB74816) is known color: Rust. HEX triplet: B7, 48 and 16. RGB value is (183,72,22). Sum of RGB (Red+Green+Blue) = 183+72+22=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B74816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74816 is #48B7E9. Grayscale: #636363. Windows color (decimal): -4765674 or 1460407. OLE color: 1460407.

HSL color Cylindrical-coordinate representation of color #B74816: hue angle of 18.63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B74816 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 22 -
CMYK 0 0.61 0.88 0.28
HSL 18.63º 0.79% 0.4% -
HSV(B) 18.63º 0.88% 0.72% -
XYZ 21.99 14.76 2.45 -
YUV 99.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 183 72 22 0 0.61 0.88 0.28 18.63 0.79 0.4
Hex B7 48 16 0 3D 58 1C 13 4F 28
Octal 267 110 26 0 75 130 34 23 117 50
Binary 10110111 1001000 10110 0 111101 1011000 11100 10011 1001111 101000

Color Harmonies of #B74816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74816

Black with #B74816

Text Example


Text Example

White with #B74816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74816; }

 p { color: rgb(183,72,22); }

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

background-color css

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

 a { background-color: rgb(183,72,22); }

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

border-color css

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

 span { border-color: rgb(183,72,22); }

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