Html Css Color HEX #B73610 Rust

📋 copy color: '#B73610'

red 183 ◦ green 54 ◦ blue 16

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

Shades of Rust #B73610

Tints of Rust #B73610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 72.33%
G = 21.34%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B73610 (or 0xB73610) is known color: Rust. HEX triplet: B7, 36 and 10. RGB value is (183,54,16). Sum of RGB (Red+Green+Blue) = 183+54+16=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B73610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73610 is #48C9EF. Grayscale: #585858. Windows color (decimal): -4770288 or 1062583. OLE color: 1062583.

HSL color Cylindrical-coordinate representation of color #B73610: hue angle of 13.65º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B73610 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 16 -
CMYK 0 0.70 0.91 0.28
HSL 13.65º 0.84% 0.39% -
HSV(B) 13.65º 0.91% 0.72% -
XYZ 20.94 12.74 1.85 -
YUV 88.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 183 54 16 0 0.70 0.91 0.28 13.65 0.84 0.39
Hex B7 36 10 0 46 5B 1C E 54 27
Octal 267 66 20 0 106 133 34 16 124 47
Binary 10110111 110110 10000 0 1000110 1011011 11100 1110 1010100 100111

Color Harmonies of #B73610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73610

Black with #B73610

Text Example


Text Example

White with #B73610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73610; }

 p { color: rgb(183,54,16); }

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

background-color css

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

 a { background-color: rgb(183,54,16); }

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

border-color css

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

 span { border-color: rgb(183,54,16); }

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