Html Css Color HEX #B74006 Rust

📋 copy color: '#B74006'

red 183 ◦ green 64 ◦ blue 6

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

Shades of Rust #B74006

Tints of Rust #B74006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 72.33%
G = 25.3%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74006 (or 0xB74006) is known color: Rust. HEX triplet: B7, 40 and 06. RGB value is (183,64,6). Sum of RGB (Red+Green+Blue) = 183+64+6=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B74006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74006 is #48BFF9. Grayscale: #5D5D5D. Windows color (decimal): -4767738 or 409783. OLE color: 409783.

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

Color convert

RGB 183 64 6 -
CMYK 0 0.65 0.97 0.28
HSL 19.66º 0.94% 0.37% -
HSV(B) 19.66º 0.97% 0.72% -
XYZ 21.39 13.75 1.7 -
YUV 92.97 78.92 192.22 -
System Red Green Blue C M Y K H S L
Decimal 183 64 6 0 0.65 0.97 0.28 19.66 0.94 0.37
Hex B7 40 6 0 41 61 1C 14 5E 25
Octal 267 100 6 0 101 141 34 24 136 45
Binary 10110111 1000000 110 0 1000001 1100001 11100 10100 1011110 100101

Color Harmonies of #B74006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74006

Black with #B74006

Text Example


Text Example

White with #B74006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74006; }

 p { color: rgb(183,64,6); }

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

background-color css

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

 a { background-color: rgb(183,64,6); }

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

border-color css

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

 span { border-color: rgb(183,64,6); }

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