Html Css Color HEX #C0430C Rust

📋 copy color: '#C0430C'

red 192 ◦ green 67 ◦ blue 12

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

Shades of Rust #C0430C

Tints of Rust #C0430C

RGB

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

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

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

R = 70.85%
G = 24.72%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0430C (or 0xC0430C) is known color: Rust. HEX triplet: C0, 43 and 0C. RGB value is (192,67,12). Sum of RGB (Red+Green+Blue) = 192+67+12=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0430C is #3FBCF3. Grayscale: #626262. Windows color (decimal): -4177140 or 803776. OLE color: 803776.

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

Color convert

RGB 192 67 12 -
CMYK 0 0.65 0.94 0.25
HSL 18.33º 0.88% 0.4% -
HSV(B) 18.33º 0.94% 0.75% -
XYZ 23.81 15.25 2.04 -
YUV 98.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 192 67 12 0 0.65 0.94 0.25 18.33 0.88 0.4
Hex C0 43 C 0 41 5E 19 12 58 28
Octal 300 103 14 0 101 136 31 22 130 50
Binary 11000000 1000011 1100 0 1000001 1011110 11001 10010 1011000 101000

Color Harmonies of #C0430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0430C

Black with #C0430C

Text Example


Text Example

White with #C0430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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