Html Css Color HEX #B73716 Rust

📋 copy color: '#B73716'

red 183 ◦ green 55 ◦ blue 22

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

Shades of Rust #B73716

Tints of Rust #B73716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 70.38%
G = 21.15%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B73716 (or 0xB73716) is known color: Rust. HEX triplet: B7, 37 and 16. RGB value is (183,55,22). Sum of RGB (Red+Green+Blue) = 183+55+22=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B73716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73716 is #48C8E9. Grayscale: #595959. Windows color (decimal): -4770026 or 1456055. OLE color: 1456055.

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

Color convert

RGB 183 55 22 -
CMYK 0 0.70 0.88 0.28
HSL 12.3º 0.79% 0.4% -
HSV(B) 12.3º 0.88% 0.72% -
XYZ 21.04 12.86 2.13 -
YUV 89.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 183 55 22 0 0.70 0.88 0.28 12.3 0.79 0.4
Hex B7 37 16 0 46 58 1C C 4F 28
Octal 267 67 26 0 106 130 34 14 117 50
Binary 10110111 110111 10110 0 1000110 1011000 11100 1100 1001111 101000

Color Harmonies of #B73716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73716

Black with #B73716

Text Example


Text Example

White with #B73716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73716; }

 p { color: rgb(183,55,22); }

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

background-color css

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

 a { background-color: rgb(183,55,22); }

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

border-color css

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

 span { border-color: rgb(183,55,22); }

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