Html Css Color HEX #B74808 Rust

📋 copy color: '#B74808'

red 183 ◦ green 72 ◦ blue 8

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

Shades of Rust #B74808

Tints of Rust #B74808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 69.58%
G = 27.38%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B74808 (or 0xB74808) is known color: Rust. HEX triplet: B7, 48 and 08. RGB value is (183,72,8). Sum of RGB (Red+Green+Blue) = 183+72+8=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74808 is #48B7F7. Grayscale: #626262. Windows color (decimal): -4765688 or 542903. OLE color: 542903.

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

Color convert

RGB 183 72 8 -
CMYK 0 0.61 0.96 0.28
HSL 21.94º 0.92% 0.37% -
HSV(B) 21.94º 0.96% 0.72% -
XYZ 21.89 14.72 1.92 -
YUV 97.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 183 72 8 0 0.61 0.96 0.28 21.94 0.92 0.37
Hex B7 48 8 0 3D 60 1C 16 5C 25
Octal 267 110 10 0 75 140 34 26 134 45
Binary 10110111 1001000 1000 0 111101 1100000 11100 10110 1011100 100101

Color Harmonies of #B74808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74808

Black with #B74808

Text Example


Text Example

White with #B74808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74808; }

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

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

background-color css

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

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

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

border-color css

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

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

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