Html Css Color HEX #B74414 Rust

📋 copy color: '#B74414'

red 183 ◦ green 68 ◦ blue 20

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

Shades of Rust #B74414

Tints of Rust #B74414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 67.53%
G = 25.09%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74414 (or 0xB74414) is known color: Rust. HEX triplet: B7, 44 and 14. RGB value is (183,68,20). Sum of RGB (Red+Green+Blue) = 183+68+20=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74414 is #48BBEB. Grayscale: #616161. Windows color (decimal): -4766700 or 1328311. OLE color: 1328311.

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

Color convert

RGB 183 68 20 -
CMYK 0 0.63 0.89 0.28
HSL 17.67º 0.8% 0.4% -
HSV(B) 17.67º 0.89% 0.72% -
XYZ 21.72 14.25 2.27 -
YUV 96.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 183 68 20 0 0.63 0.89 0.28 17.67 0.8 0.4
Hex B7 44 14 0 3F 59 1C 12 50 28
Octal 267 104 24 0 77 131 34 22 120 50
Binary 10110111 1000100 10100 0 111111 1011001 11100 10010 1010000 101000

Color Harmonies of #B74414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74414

Black with #B74414

Text Example


Text Example

White with #B74414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74414; }

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

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

background-color css

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

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

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

border-color css

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

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

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