Html Css Color HEX #B74120 Rust

📋 copy color: '#B74120'

red 183 ◦ green 65 ◦ blue 32

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

Shades of Rust #B74120

Tints of Rust #B74120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 65.36%
G = 23.21%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B74120 (or 0xB74120) is known color: Rust. HEX triplet: B7, 41 and 20. RGB value is (183,65,32). Sum of RGB (Red+Green+Blue) = 183+65+32=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B74120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74120 is #48BEDF. Grayscale: #606060. Windows color (decimal): -4767456 or 2113975. OLE color: 2113975.

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

Color convert

RGB 183 65 32 -
CMYK 0 0.64 0.83 0.28
HSL 13.11º 0.7% 0.42% -
HSV(B) 13.11º 0.83% 0.72% -
XYZ 21.68 13.95 2.92 -
YUV 96.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 183 65 32 0 0.64 0.83 0.28 13.11 0.7 0.42
Hex B7 41 20 0 40 53 1C D 46 2A
Octal 267 101 40 0 100 123 34 15 106 52
Binary 10110111 1000001 100000 0 1000000 1010011 11100 1101 1000110 101010

Color Harmonies of #B74120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74120

Black with #B74120

Text Example


Text Example

White with #B74120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74120; }

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

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

background-color css

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

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

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

border-color css

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

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

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