Html Css Color HEX #B74014 Rust

📋 copy color: '#B74014'

red 183 ◦ green 64 ◦ blue 20

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

Shades of Rust #B74014

Tints of Rust #B74014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

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

R = 68.54%
G = 23.97%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74014 (or 0xB74014) is known color: Rust. HEX triplet: B7, 40 and 14. RGB value is (183,64,20). Sum of RGB (Red+Green+Blue) = 183+64+20=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74014 is #48BFEB. Grayscale: #5E5E5E. Windows color (decimal): -4767724 or 1327287. OLE color: 1327287.

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

Color convert

RGB 183 64 20 -
CMYK 0 0.65 0.89 0.28
HSL 16.2º 0.8% 0.4% -
HSV(B) 16.2º 0.89% 0.72% -
XYZ 21.49 13.78 2.19 -
YUV 94.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 183 64 20 0 0.65 0.89 0.28 16.2 0.8 0.4
Hex B7 40 14 0 41 59 1C 10 50 28
Octal 267 100 24 0 101 131 34 20 120 50
Binary 10110111 1000000 10100 0 1000001 1011001 11100 10000 1010000 101000

Color Harmonies of #B74014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74014

Black with #B74014

Text Example


Text Example

White with #B74014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74014; }

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

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

background-color css

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

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

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

border-color css

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

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

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