Html Css Color HEX #B74020 Rust

📋 copy color: '#B74020'

red 183 ◦ green 64 ◦ blue 32

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

Shades of Rust #B74020

Tints of Rust #B74020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 65.59%
G = 22.94%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B74020 (or 0xB74020) is known color: Rust. HEX triplet: B7, 40 and 20. RGB value is (183,64,32). Sum of RGB (Red+Green+Blue) = 183+64+32=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B74020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74020 is #48BFDF. Grayscale: #606060. Windows color (decimal): -4767712 or 2113719. OLE color: 2113719.

HSL color Cylindrical-coordinate representation of color #B74020: hue angle of 12.72º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74020 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 32 -
CMYK 0 0.65 0.83 0.28
HSL 12.72º 0.7% 0.42% -
HSV(B) 12.72º 0.83% 0.72% -
XYZ 21.62 13.84 2.9 -
YUV 95.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 183 64 32 0 0.65 0.83 0.28 12.72 0.7 0.42
Hex B7 40 20 0 41 53 1C D 46 2A
Octal 267 100 40 0 101 123 34 15 106 52
Binary 10110111 1000000 100000 0 1000001 1010011 11100 1101 1000110 101010

Color Harmonies of #B74020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74020

Black with #B74020

Text Example


Text Example

White with #B74020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74020; }

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

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

background-color css

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

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

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

border-color css

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

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

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