Html Css Color HEX #C14C18 Rust

📋 copy color: '#C14C18'

red 193 ◦ green 76 ◦ blue 24

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

Shades of Rust #C14C18

Tints of Rust #C14C18

RGB

 RED value IS 193 (75.78% from 255) = 65.87%

 GREEN value IS 76 (30.08% from 255) = 25.94%

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

R = 65.87%
G = 25.94%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C14C18 (or 0xC14C18) is known color: Rust. HEX triplet: C1, 4C and 18. RGB value is (193,76,24). Sum of RGB (Red+Green+Blue) = 193+76+24=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C18 is #3EB3E7. Grayscale: #696969. Windows color (decimal): -4109288 or 1592513. OLE color: 1592513.

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

Color convert

RGB 193 76 24 -
CMYK 0 0.61 0.88 0.24
HSL 18.46º 0.78% 0.43% -
HSV(B) 18.46º 0.88% 0.76% -
XYZ 24.74 16.57 2.76 -
YUV 105.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 193 76 24 0 0.61 0.88 0.24 18.46 0.78 0.43
Hex C1 4C 18 0 3D 58 18 12 4E 2B
Octal 301 114 30 0 75 130 30 22 116 53
Binary 11000001 1001100 11000 0 111101 1011000 11000 10010 1001110 101011

Color Harmonies of #C14C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C18

Black with #C14C18

Text Example


Text Example

White with #C14C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C18; }

 p { color: rgb(193,76,24); }

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

background-color css

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

 a { background-color: rgb(193,76,24); }

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

border-color css

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

 span { border-color: rgb(193,76,24); }

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