Html Css Color HEX #C04316 Rust

📋 copy color: '#C04316'

red 192 ◦ green 67 ◦ blue 22

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

Shades of Rust #C04316

Tints of Rust #C04316

RGB

 RED value IS 192 (75.39% from 255) = 68.33%

 GREEN value IS 67 (26.56% from 255) = 23.84%

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

R = 68.33%
G = 23.84%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04316 (or 0xC04316) is known color: Rust. HEX triplet: C0, 43 and 16. RGB value is (192,67,22). Sum of RGB (Red+Green+Blue) = 192+67+22=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04316 is #3FBCE9. Grayscale: #636363. Windows color (decimal): -4177130 or 1459136. OLE color: 1459136.

HSL color Cylindrical-coordinate representation of color #C04316: hue angle of 15.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04316 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 22 -
CMYK 0 0.65 0.89 0.25
HSL 15.88º 0.79% 0.42% -
HSV(B) 15.88º 0.89% 0.75% -
XYZ 23.89 15.28 2.45 -
YUV 99.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 192 67 22 0 0.65 0.89 0.25 15.88 0.79 0.42
Hex C0 43 16 0 41 59 19 10 4F 2A
Octal 300 103 26 0 101 131 31 20 117 52
Binary 11000000 1000011 10110 0 1000001 1011001 11001 10000 1001111 101010

Color Harmonies of #C04316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04316

Black with #C04316

Text Example


Text Example

White with #C04316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04316; }

 p { color: rgb(192,67,22); }

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

background-color css

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

 a { background-color: rgb(192,67,22); }

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

border-color css

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

 span { border-color: rgb(192,67,22); }

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