Html Css Color HEX #C04213 Rust

📋 copy color: '#C04213'

red 192 ◦ green 66 ◦ blue 19

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

Shades of Rust #C04213

Tints of Rust #C04213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 69.31%
G = 23.83%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04213 (or 0xC04213) is known color: Rust. HEX triplet: C0, 42 and 13. RGB value is (192,66,19). Sum of RGB (Red+Green+Blue) = 192+66+19=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C04213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04213 is #3FBDEC. Grayscale: #626262. Windows color (decimal): -4177389 or 1262272. OLE color: 1262272.

HSL color Cylindrical-coordinate representation of color #C04213: hue angle of 16.3º 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 #C04213 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 19 -
CMYK 0 0.66 0.90 0.25
HSL 16.3º 0.82% 0.41% -
HSV(B) 16.3º 0.9% 0.75% -
XYZ 23.8 15.15 2.29 -
YUV 98.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 192 66 19 0 0.66 0.90 0.25 16.3 0.82 0.41
Hex C0 42 13 0 42 5A 19 10 52 29
Octal 300 102 23 0 102 132 31 20 122 51
Binary 11000000 1000010 10011 0 1000010 1011010 11001 10000 1010010 101001

Color Harmonies of #C04213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04213

Black with #C04213

Text Example


Text Example

White with #C04213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04213; }

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

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

background-color css

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

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

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

border-color css

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

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

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