Html Css Color HEX #B74209 Rust

📋 copy color: '#B74209'

red 183 ◦ green 66 ◦ blue 9

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

Shades of Rust #B74209

Tints of Rust #B74209

RGB

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

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

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

R = 70.93%
G = 25.58%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B74209 (or 0xB74209) is known color: Rust. HEX triplet: B7, 42 and 09. RGB value is (183,66,9). Sum of RGB (Red+Green+Blue) = 183+66+9=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B74209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74209 is #48BDF6. Grayscale: #5E5E5E. Windows color (decimal): -4767223 or 606903. OLE color: 606903.

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

Color convert

RGB 183 66 9 -
CMYK 0 0.64 0.95 0.28
HSL 19.66º 0.91% 0.38% -
HSV(B) 19.66º 0.95% 0.72% -
XYZ 21.53 13.98 1.82 -
YUV 94.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 183 66 9 0 0.64 0.95 0.28 19.66 0.91 0.38
Hex B7 42 9 0 40 5F 1C 14 5B 26
Octal 267 102 11 0 100 137 34 24 133 46
Binary 10110111 1000010 1001 0 1000000 1011111 11100 10100 1011011 100110

Color Harmonies of #B74209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74209

Black with #B74209

Text Example


Text Example

White with #B74209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74209; }

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

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

background-color css

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

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

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

border-color css

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

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

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