Html Css Color HEX #C04413 Rust

📋 copy color: '#C04413'

red 192 ◦ green 68 ◦ blue 19

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

Shades of Rust #C04413

Tints of Rust #C04413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 68.82%
G = 24.37%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04413 (or 0xC04413) is known color: Rust. HEX triplet: C0, 44 and 13. RGB value is (192,68,19). Sum of RGB (Red+Green+Blue) = 192+68+19=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04413 is #3FBBEC. Grayscale: #636363. Windows color (decimal): -4176877 or 1262784. OLE color: 1262784.

HSL color Cylindrical-coordinate representation of color #C04413: hue angle of 16.99º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04413 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 19 -
CMYK 0 0.65 0.90 0.25
HSL 16.99º 0.82% 0.41% -
HSV(B) 16.99º 0.9% 0.75% -
XYZ 23.92 15.39 2.33 -
YUV 99.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 192 68 19 0 0.65 0.90 0.25 16.99 0.82 0.41
Hex C0 44 13 0 41 5A 19 11 52 29
Octal 300 104 23 0 101 132 31 21 122 51
Binary 11000000 1000100 10011 0 1000001 1011010 11001 10001 1010010 101001

Color Harmonies of #C04413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04413

Black with #C04413

Text Example


Text Example

White with #C04413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04413; }

 p { color: rgb(192,68,19); }

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

background-color css

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

 a { background-color: rgb(192,68,19); }

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

border-color css

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

 span { border-color: rgb(192,68,19); }

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