Html Css Color HEX #B74914 Rust

📋 copy color: '#B74914'

red 183 ◦ green 73 ◦ blue 20

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

Shades of Rust #B74914

Tints of Rust #B74914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 66.3%
G = 26.45%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74914 (or 0xB74914) is known color: Rust. HEX triplet: B7, 49 and 14. RGB value is (183,73,20). Sum of RGB (Red+Green+Blue) = 183+73+20=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B74914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74914 is #48B6EB. Grayscale: #646464. Windows color (decimal): -4765420 or 1329591. OLE color: 1329591.

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

Color convert

RGB 183 73 20 -
CMYK 0 0.60 0.89 0.28
HSL 19.51º 0.8% 0.4% -
HSV(B) 19.51º 0.89% 0.72% -
XYZ 22.04 14.88 2.37 -
YUV 99.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 183 73 20 0 0.60 0.89 0.28 19.51 0.8 0.4
Hex B7 49 14 0 3C 59 1C 14 50 28
Octal 267 111 24 0 74 131 34 24 120 50
Binary 10110111 1001001 10100 0 111100 1011001 11100 10100 1010000 101000

Color Harmonies of #B74914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74914

Black with #B74914

Text Example


Text Example

White with #B74914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74914; }

 p { color: rgb(183,73,20); }

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

background-color css

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

 a { background-color: rgb(183,73,20); }

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

border-color css

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

 span { border-color: rgb(183,73,20); }

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