Html Css Color HEX #B74116 Rust

📋 copy color: '#B74116'

red 183 ◦ green 65 ◦ blue 22

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

Shades of Rust #B74116

Tints of Rust #B74116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 67.78%
G = 24.07%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74116 (or 0xB74116) is known color: Rust. HEX triplet: B7, 41 and 16. RGB value is (183,65,22). Sum of RGB (Red+Green+Blue) = 183+65+22=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B74116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74116 is #48BEE9. Grayscale: #5F5F5F. Windows color (decimal): -4767466 or 1458615. OLE color: 1458615.

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

Color convert

RGB 183 65 22 -
CMYK 0 0.64 0.88 0.28
HSL 16.02º 0.79% 0.4% -
HSV(B) 16.02º 0.88% 0.72% -
XYZ 21.56 13.91 2.31 -
YUV 95.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 183 65 22 0 0.64 0.88 0.28 16.02 0.79 0.4
Hex B7 41 16 0 40 58 1C 10 4F 28
Octal 267 101 26 0 100 130 34 20 117 50
Binary 10110111 1000001 10110 0 1000000 1011000 11100 10000 1001111 101000

Color Harmonies of #B74116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74116

Black with #B74116

Text Example


Text Example

White with #B74116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74116; }

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

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

background-color css

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

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

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

border-color css

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

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

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