Html Css Color HEX #C14008 Rust

📋 copy color: '#C14008'

red 193 ◦ green 64 ◦ blue 8

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

Shades of Rust #C14008

Tints of Rust #C14008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 72.83%
G = 24.15%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C14008 (or 0xC14008) is known color: Rust. HEX triplet: C1, 40 and 08. RGB value is (193,64,8). Sum of RGB (Red+Green+Blue) = 193+64+8=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C14008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14008 is #3EBFF7. Grayscale: #606060. Windows color (decimal): -4112376 or 540865. OLE color: 540865.

HSL color Cylindrical-coordinate representation of color #C14008: hue angle of 18.16º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C14008 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 64 8 -
CMYK 0 0.67 0.96 0.24
HSL 18.16º 0.92% 0.39% -
HSV(B) 18.16º 0.96% 0.76% -
XYZ 23.87 15.02 1.87 -
YUV 96.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 193 64 8 0 0.67 0.96 0.24 18.16 0.92 0.39
Hex C1 40 8 0 43 60 18 12 5C 27
Octal 301 100 10 0 103 140 30 22 134 47
Binary 11000001 1000000 1000 0 1000011 1100000 11000 10010 1011100 100111

Color Harmonies of #C14008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14008

Black with #C14008

Text Example


Text Example

White with #C14008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14008; }

 p { color: rgb(193,64,8); }

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

background-color css

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

 a { background-color: rgb(193,64,8); }

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

border-color css

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

 span { border-color: rgb(193,64,8); }

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