Html Css Color HEX #B74709 Rust

📋 copy color: '#B74709'

red 183 ◦ green 71 ◦ blue 9

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

Shades of Rust #B74709

Tints of Rust #B74709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 69.58%
G = 27%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B74709 (or 0xB74709) is known color: Rust. HEX triplet: B7, 47 and 09. RGB value is (183,71,9). Sum of RGB (Red+Green+Blue) = 183+71+9=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74709 is #48B8F6. Grayscale: #616161. Windows color (decimal): -4765943 or 608183. OLE color: 608183.

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

Color convert

RGB 183 71 9 -
CMYK 0 0.61 0.95 0.28
HSL 21.38º 0.91% 0.38% -
HSV(B) 21.38º 0.95% 0.72% -
XYZ 21.83 14.59 1.92 -
YUV 97.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 183 71 9 0 0.61 0.95 0.28 21.38 0.91 0.38
Hex B7 47 9 0 3D 5F 1C 15 5B 26
Octal 267 107 11 0 75 137 34 25 133 46
Binary 10110111 1000111 1001 0 111101 1011111 11100 10101 1011011 100110

Color Harmonies of #B74709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74709

Black with #B74709

Text Example


Text Example

White with #B74709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74709; }

 p { color: rgb(183,71,9); }

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

background-color css

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

 a { background-color: rgb(183,71,9); }

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

border-color css

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

 span { border-color: rgb(183,71,9); }

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