Html Css Color HEX #B74211 Rust

📋 copy color: '#B74211'

red 183 ◦ green 66 ◦ blue 17

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

Shades of Rust #B74211

Tints of Rust #B74211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 68.8%
G = 24.81%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74211 (or 0xB74211) is known color: Rust. HEX triplet: B7, 42 and 11. RGB value is (183,66,17). Sum of RGB (Red+Green+Blue) = 183+66+17=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B74211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74211 is #48BDEE. Grayscale: #5F5F5F. Windows color (decimal): -4767215 or 1131191. OLE color: 1131191.

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

Color convert

RGB 183 66 17 -
CMYK 0 0.64 0.91 0.28
HSL 17.71º 0.83% 0.39% -
HSV(B) 17.71º 0.91% 0.72% -
XYZ 21.58 14 2.1 -
YUV 95.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 183 66 17 0 0.64 0.91 0.28 17.71 0.83 0.39
Hex B7 42 11 0 40 5B 1C 12 53 27
Octal 267 102 21 0 100 133 34 22 123 47
Binary 10110111 1000010 10001 0 1000000 1011011 11100 10010 1010011 100111

Color Harmonies of #B74211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74211

Black with #B74211

Text Example


Text Example

White with #B74211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74211; }

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

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

background-color css

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

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

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

border-color css

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

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

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