Html Css Color HEX #C8430C Rust

📋 copy color: '#C8430C'

red 200 ◦ green 67 ◦ blue 12

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

Shades of Rust #C8430C

Tints of Rust #C8430C

RGB

 RED value IS 200 (78.52% from 255) = 71.68%

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

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

R = 71.68%
G = 24.01%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8430C (or 0xC8430C) is known color: Rust. HEX triplet: C8, 43 and 0C. RGB value is (200,67,12). Sum of RGB (Red+Green+Blue) = 200+67+12=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8430C is #37BCF3. Grayscale: #646464. Windows color (decimal): -3652852 or 803784. OLE color: 803784.

HSL color Cylindrical-coordinate representation of color #C8430C: hue angle of 17.55º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8430C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 12 -
CMYK 0 0.66 0.94 0.22
HSL 17.55º 0.89% 0.42% -
HSV(B) 17.55º 0.94% 0.78% -
XYZ 25.89 16.32 2.13 -
YUV 100.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 200 67 12 0 0.66 0.94 0.22 17.55 0.89 0.42
Hex C8 43 C 0 42 5E 16 12 59 2A
Octal 310 103 14 0 102 136 26 22 131 52
Binary 11001000 1000011 1100 0 1000010 1011110 10110 10010 1011001 101010

Color Harmonies of #C8430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8430C

Black with #C8430C

Text Example


Text Example

White with #C8430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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