Html Css Color HEX #B74809 Rust

📋 copy color: '#B74809'

red 183 ◦ green 72 ◦ blue 9

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

Shades of Rust #B74809

Tints of Rust #B74809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 69.32%
G = 27.27%
B = 3.41%

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

#B74809 (or 0xB74809) is known color: Rust. HEX triplet: B7, 48 and 09. RGB value is (183,72,9). Sum of RGB (Red+Green+Blue) = 183+72+9=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B74809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74809 is #48B7F6. Grayscale: #626262. Windows color (decimal): -4765687 or 608439. OLE color: 608439.

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

Color convert

RGB 183 72 9 -
CMYK 0 0.61 0.95 0.28
HSL 21.72º 0.91% 0.38% -
HSV(B) 21.72º 0.95% 0.72% -
XYZ 21.9 14.72 1.95 -
YUV 98.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 183 72 9 0 0.61 0.95 0.28 21.72 0.91 0.38
Hex B7 48 9 0 3D 5F 1C 16 5B 26
Octal 267 110 11 0 75 137 34 26 133 46
Binary 10110111 1001000 1001 0 111101 1011111 11100 10110 1011011 100110

Color Harmonies of #B74809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74809

Black with #B74809

Text Example


Text Example

White with #B74809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74809; }

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

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

background-color css

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

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

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

border-color css

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

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

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