Html Css Color HEX #C45316 Rust

📋 copy color: '#C45316'

red 196 ◦ green 83 ◦ blue 22

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

Shades of Rust #C45316

Tints of Rust #C45316

RGB

 RED value IS 196 (76.95% from 255) = 65.12%

 GREEN value IS 83 (32.81% from 255) = 27.57%

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

R = 65.12%
G = 27.57%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C45316 (or 0xC45316) is known color: Rust. HEX triplet: C4, 53 and 16. RGB value is (196,83,22). Sum of RGB (Red+Green+Blue) = 196+83+22=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C45316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45316 is #3BACE9. Grayscale: #6E6E6E. Windows color (decimal): -3910890 or 1463236. OLE color: 1463236.

HSL color Cylindrical-coordinate representation of color #C45316: hue angle of 21.03º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45316 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 22 -
CMYK 0 0.58 0.89 0.23
HSL 21.03º 0.8% 0.43% -
HSV(B) 21.03º 0.89% 0.77% -
XYZ 26 17.98 2.86 -
YUV 109.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 196 83 22 0 0.58 0.89 0.23 21.03 0.8 0.43
Hex C4 53 16 0 3A 59 17 15 50 2B
Octal 304 123 26 0 72 131 27 25 120 53
Binary 11000100 1010011 10110 0 111010 1011001 10111 10101 1010000 101011

Color Harmonies of #C45316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45316

Black with #C45316

Text Example


Text Example

White with #C45316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45316; }

 p { color: rgb(196,83,22); }

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

background-color css

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

 a { background-color: rgb(196,83,22); }

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

border-color css

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

 span { border-color: rgb(196,83,22); }

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