Html Css Color HEX #B74F14 Rust

📋 copy color: '#B74F14'

red 183 ◦ green 79 ◦ blue 20

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

Shades of Rust #B74F14

Tints of Rust #B74F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

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

R = 64.89%
G = 28.01%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74F14 (or 0xB74F14) is known color: Rust. HEX triplet: B7, 4F and 14. RGB value is (183,79,20). Sum of RGB (Red+Green+Blue) = 183+79+20=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F14 is #48B0EB. Grayscale: #676767. Windows color (decimal): -4763884 or 1331127. OLE color: 1331127.

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

Color convert

RGB 183 79 20 -
CMYK 0 0.57 0.89 0.28
HSL 21.72º 0.8% 0.4% -
HSV(B) 21.72º 0.89% 0.72% -
XYZ 22.45 15.71 2.51 -
YUV 103.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 183 79 20 0 0.57 0.89 0.28 21.72 0.8 0.4
Hex B7 4F 14 0 39 59 1C 16 50 28
Octal 267 117 24 0 71 131 34 26 120 50
Binary 10110111 1001111 10100 0 111001 1011001 11100 10110 1010000 101000

Color Harmonies of #B74F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F14

Black with #B74F14

Text Example


Text Example

White with #B74F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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