Html Css Color HEX #B74217 Rust

📋 copy color: '#B74217'

red 183 ◦ green 66 ◦ blue 23

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

Shades of Rust #B74217

Tints of Rust #B74217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 67.28%
G = 24.26%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B74217 (or 0xB74217) is known color: Rust. HEX triplet: B7, 42 and 17. RGB value is (183,66,23). Sum of RGB (Red+Green+Blue) = 183+66+23=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74217 is #48BDE8. Grayscale: #606060. Windows color (decimal): -4767209 or 1524407. OLE color: 1524407.

HSL color Cylindrical-coordinate representation of color #B74217: hue angle of 16.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B74217 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 23 -
CMYK 0 0.64 0.87 0.28
HSL 16.13º 0.78% 0.4% -
HSV(B) 16.13º 0.87% 0.72% -
XYZ 21.63 14.03 2.38 -
YUV 96.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 183 66 23 0 0.64 0.87 0.28 16.13 0.78 0.4
Hex B7 42 17 0 40 57 1C 10 4E 28
Octal 267 102 27 0 100 127 34 20 116 50
Binary 10110111 1000010 10111 0 1000000 1010111 11100 10000 1001110 101000

Color Harmonies of #B74217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74217

Black with #B74217

Text Example


Text Example

White with #B74217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74217; }

 p { color: rgb(183,66,23); }

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

background-color css

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

 a { background-color: rgb(183,66,23); }

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

border-color css

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

 span { border-color: rgb(183,66,23); }

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