Html Css Color HEX #C04108 Rust

📋 copy color: '#C04108'

red 192 ◦ green 65 ◦ blue 8

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

Shades of Rust #C04108

Tints of Rust #C04108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 72.45%
G = 24.53%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C04108 (or 0xC04108) is known color: Rust. HEX triplet: C0, 41 and 08. RGB value is (192,65,8). Sum of RGB (Red+Green+Blue) = 192+65+8=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C04108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04108 is #3FBEF7. Grayscale: #606060. Windows color (decimal): -4177656 or 541120. OLE color: 541120.

HSL color Cylindrical-coordinate representation of color #C04108: hue angle of 18.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04108 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 8 -
CMYK 0 0.66 0.96 0.25
HSL 18.59º 0.92% 0.39% -
HSV(B) 18.59º 0.96% 0.75% -
XYZ 23.67 15 1.88 -
YUV 96.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 192 65 8 0 0.66 0.96 0.25 18.59 0.92 0.39
Hex C0 41 8 0 42 60 19 13 5C 27
Octal 300 101 10 0 102 140 31 23 134 47
Binary 11000000 1000001 1000 0 1000010 1100000 11001 10011 1011100 100111

Color Harmonies of #C04108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04108

Black with #C04108

Text Example


Text Example

White with #C04108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04108; }

 p { color: rgb(192,65,8); }

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

background-color css

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

 a { background-color: rgb(192,65,8); }

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

border-color css

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

 span { border-color: rgb(192,65,8); }

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