Html Css Color HEX #B74E16 Rust

📋 copy color: '#B74E16'

red 183 ◦ green 78 ◦ blue 22

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

Shades of Rust #B74E16

Tints of Rust #B74E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.56%

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

R = 64.66%
G = 27.56%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74E16 (or 0xB74E16) is known color: Rust. HEX triplet: B7, 4E and 16. RGB value is (183,78,22). Sum of RGB (Red+Green+Blue) = 183+78+22=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E16 is #48B1E9. Grayscale: #676767. Windows color (decimal): -4764138 or 1461943. OLE color: 1461943.

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

Color convert

RGB 183 78 22 -
CMYK 0 0.57 0.88 0.28
HSL 20.87º 0.79% 0.4% -
HSV(B) 20.87º 0.88% 0.72% -
XYZ 22.4 15.57 2.58 -
YUV 103.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 183 78 22 0 0.57 0.88 0.28 20.87 0.79 0.4
Hex B7 4E 16 0 39 58 1C 15 4F 28
Octal 267 116 26 0 71 130 34 25 117 50
Binary 10110111 1001110 10110 0 111001 1011000 11100 10101 1001111 101000

Color Harmonies of #B74E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E16

Black with #B74E16

Text Example


Text Example

White with #B74E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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