Html Css Color HEX #C2430C Rust

📋 copy color: '#C2430C'

red 194 ◦ green 67 ◦ blue 12

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

Shades of Rust #C2430C

Tints of Rust #C2430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 71.06%
G = 24.54%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2430C (or 0xC2430C) is known color: Rust. HEX triplet: C2, 43 and 0C. RGB value is (194,67,12). Sum of RGB (Red+Green+Blue) = 194+67+12=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2430C is #3DBCF3. Grayscale: #636363. Windows color (decimal): -4046068 or 803778. OLE color: 803778.

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

Color convert

RGB 194 67 12 -
CMYK 0 0.65 0.94 0.24
HSL 18.13º 0.88% 0.4% -
HSV(B) 18.13º 0.94% 0.76% -
XYZ 24.32 15.51 2.06 -
YUV 98.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 194 67 12 0 0.65 0.94 0.24 18.13 0.88 0.4
Hex C2 43 C 0 41 5E 18 12 58 28
Octal 302 103 14 0 101 136 30 22 130 50
Binary 11000010 1000011 1100 0 1000001 1011110 11000 10010 1011000 101000

Color Harmonies of #C2430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2430C

Black with #C2430C

Text Example


Text Example

White with #C2430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2430C; }

 p { color: rgb(194,67,12); }

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

background-color css

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

 a { background-color: rgb(194,67,12); }

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

border-color css

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

 span { border-color: rgb(194,67,12); }

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