Html Css Color HEX #C2400A Rust

📋 copy color: '#C2400A'

red 194 ◦ green 64 ◦ blue 10

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

Shades of Rust #C2400A

Tints of Rust #C2400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 72.39%
G = 23.88%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2400A (or 0xC2400A) is known color: Rust. HEX triplet: C2, 40 and 0A. RGB value is (194,64,10). Sum of RGB (Red+Green+Blue) = 194+64+10=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C2400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2400A is #3DBFF5. Grayscale: #616161. Windows color (decimal): -4046838 or 671938. OLE color: 671938.

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

Color convert

RGB 194 64 10 -
CMYK 0 0.67 0.95 0.24
HSL 17.61º 0.9% 0.4% -
HSV(B) 17.61º 0.95% 0.76% -
XYZ 24.14 15.16 1.94 -
YUV 96.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 194 64 10 0 0.67 0.95 0.24 17.61 0.9 0.4
Hex C2 40 A 0 43 5F 18 12 5A 28
Octal 302 100 12 0 103 137 30 22 132 50
Binary 11000010 1000000 1010 0 1000011 1011111 11000 10010 1011010 101000

Color Harmonies of #C2400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2400A

Black with #C2400A

Text Example


Text Example

White with #C2400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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