Html Css Color HEX #C2400D Rust

📋 copy color: '#C2400D'

red 194 ◦ green 64 ◦ blue 13

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

Shades of Rust #C2400D

Tints of Rust #C2400D

RGB

 RED value IS 194 (76.17% from 255) = 71.59%

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 71.59%
G = 23.62%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2400D (or 0xC2400D) is known color: Rust. HEX triplet: C2, 40 and 0D. RGB value is (194,64,13). Sum of RGB (Red+Green+Blue) = 194+64+13=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2400D is #3DBFF2. Grayscale: #616161. Windows color (decimal): -4046835 or 868546. OLE color: 868546.

HSL color Cylindrical-coordinate representation of color #C2400D: hue angle of 16.91º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2400D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 13 -
CMYK 0 0.67 0.93 0.24
HSL 16.91º 0.87% 0.41% -
HSV(B) 16.91º 0.93% 0.76% -
XYZ 24.15 15.17 2.03 -
YUV 97.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 194 64 13 0 0.67 0.93 0.24 16.91 0.87 0.41
Hex C2 40 D 0 43 5D 18 11 57 29
Octal 302 100 15 0 103 135 30 21 127 51
Binary 11000010 1000000 1101 0 1000011 1011101 11000 10001 1010111 101001

Color Harmonies of #C2400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2400D

Black with #C2400D

Text Example


Text Example

White with #C2400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2400D; }

 p { color: rgb(194,64,13); }

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

background-color css

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

 a { background-color: rgb(194,64,13); }

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

border-color css

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

 span { border-color: rgb(194,64,13); }

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