Html Css Color HEX #B74609 Rust

📋 copy color: '#B74609'

red 183 ◦ green 70 ◦ blue 9

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

Shades of Rust #B74609

Tints of Rust #B74609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 69.85%
G = 26.72%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B74609 (or 0xB74609) is known color: Rust. HEX triplet: B7, 46 and 09. RGB value is (183,70,9). Sum of RGB (Red+Green+Blue) = 183+70+9=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B74609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74609 is #48B9F6. Grayscale: #616161. Windows color (decimal): -4766199 or 607927. OLE color: 607927.

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

Color convert

RGB 183 70 9 -
CMYK 0 0.62 0.95 0.28
HSL 21.03º 0.91% 0.38% -
HSV(B) 21.03º 0.95% 0.72% -
XYZ 21.77 14.47 1.9 -
YUV 96.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 183 70 9 0 0.62 0.95 0.28 21.03 0.91 0.38
Hex B7 46 9 0 3E 5F 1C 15 5B 26
Octal 267 106 11 0 76 137 34 25 133 46
Binary 10110111 1000110 1001 0 111110 1011111 11100 10101 1011011 100110

Color Harmonies of #B74609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74609

Black with #B74609

Text Example


Text Example

White with #B74609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74609; }

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

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

background-color css

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

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

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

border-color css

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

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

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