Html Css Color HEX #B73006 Rust

📋 copy color: '#B73006'

red 183 ◦ green 48 ◦ blue 6

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

Shades of Rust #B73006

Tints of Rust #B73006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 77.22%
G = 20.25%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73006 (or 0xB73006) is known color: Rust. HEX triplet: B7, 30 and 06. RGB value is (183,48,6). Sum of RGB (Red+Green+Blue) = 183+48+6=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B73006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73006 is #48CFF9. Grayscale: #535353. Windows color (decimal): -4771834 or 405687. OLE color: 405687.

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

Color convert

RGB 183 48 6 -
CMYK 0 0.74 0.97 0.28
HSL 14.24º 0.94% 0.37% -
HSV(B) 14.24º 0.97% 0.72% -
XYZ 20.62 12.19 1.44 -
YUV 83.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 183 48 6 0 0.74 0.97 0.28 14.24 0.94 0.37
Hex B7 30 6 0 4A 61 1C E 5E 25
Octal 267 60 6 0 112 141 34 16 136 45
Binary 10110111 110000 110 0 1001010 1100001 11100 1110 1011110 100101

Color Harmonies of #B73006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73006

Black with #B73006

Text Example


Text Example

White with #B73006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73006; }

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

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

background-color css

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

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

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

border-color css

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

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

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