Html Css Color HEX #B74408 Rust

📋 copy color: '#B74408'

red 183 ◦ green 68 ◦ blue 8

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

Shades of Rust #B74408

Tints of Rust #B74408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 70.66%
G = 26.25%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B74408 (or 0xB74408) is known color: Rust. HEX triplet: B7, 44 and 08. RGB value is (183,68,8). Sum of RGB (Red+Green+Blue) = 183+68+8=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B74408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74408 is #48BBF7. Grayscale: #5F5F5F. Windows color (decimal): -4766712 or 541879. OLE color: 541879.

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

Color convert

RGB 183 68 8 -
CMYK 0 0.63 0.96 0.28
HSL 20.57º 0.92% 0.37% -
HSV(B) 20.57º 0.96% 0.72% -
XYZ 21.64 14.22 1.83 -
YUV 95.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 183 68 8 0 0.63 0.96 0.28 20.57 0.92 0.37
Hex B7 44 8 0 3F 60 1C 15 5C 25
Octal 267 104 10 0 77 140 34 25 134 45
Binary 10110111 1000100 1000 0 111111 1100000 11100 10101 1011100 100101

Color Harmonies of #B74408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74408

Black with #B74408

Text Example


Text Example

White with #B74408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74408; }

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

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

background-color css

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

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

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

border-color css

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

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

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