Html Css Color HEX #B73406 Rust

📋 copy color: '#B73406'

red 183 ◦ green 52 ◦ blue 6

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

Shades of Rust #B73406

Tints of Rust #B73406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 75.93%
G = 21.58%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73406 (or 0xB73406) is known color: Rust. HEX triplet: B7, 34 and 06. RGB value is (183,52,6). Sum of RGB (Red+Green+Blue) = 183+52+6=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B73406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73406 is #48CBF9. Grayscale: #565656. Windows color (decimal): -4770810 or 406711. OLE color: 406711.

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

Color convert

RGB 183 52 6 -
CMYK 0 0.72 0.97 0.28
HSL 15.59º 0.94% 0.37% -
HSV(B) 15.59º 0.97% 0.72% -
XYZ 20.79 12.54 1.5 -
YUV 85.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 183 52 6 0 0.72 0.97 0.28 15.59 0.94 0.37
Hex B7 34 6 0 48 61 1C 10 5E 25
Octal 267 64 6 0 110 141 34 20 136 45
Binary 10110111 110100 110 0 1001000 1100001 11100 10000 1011110 100101

Color Harmonies of #B73406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73406

Black with #B73406

Text Example


Text Example

White with #B73406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73406; }

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

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

background-color css

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

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

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

border-color css

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

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

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