Html Css Color HEX #C03F18 Rust

📋 copy color: '#C03F18'

red 192 ◦ green 63 ◦ blue 24

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

Shades of Rust #C03F18

Tints of Rust #C03F18

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 68.82%
G = 22.58%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C03F18 (or 0xC03F18) is known color: Rust. HEX triplet: C0, 3F and 18. RGB value is (192,63,24). Sum of RGB (Red+Green+Blue) = 192+63+24=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F18 is #3FC0E7. Grayscale: #616161. Windows color (decimal): -4178152 or 1589184. OLE color: 1589184.

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

Color convert

RGB 192 63 24 -
CMYK 0 0.67 0.88 0.25
HSL 13.93º 0.78% 0.42% -
HSV(B) 13.93º 0.88% 0.75% -
XYZ 23.68 14.83 2.48 -
YUV 97.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 192 63 24 0 0.67 0.88 0.25 13.93 0.78 0.42
Hex C0 3F 18 0 43 58 19 E 4E 2A
Octal 300 77 30 0 103 130 31 16 116 52
Binary 11000000 111111 11000 0 1000011 1011000 11001 1110 1001110 101010

Color Harmonies of #C03F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F18

Black with #C03F18

Text Example


Text Example

White with #C03F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F18; }

 p { color: rgb(192,63,24); }

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

background-color css

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

 a { background-color: rgb(192,63,24); }

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

border-color css

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

 span { border-color: rgb(192,63,24); }

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