Html Css Color HEX #CD4C17 Rust

📋 copy color: '#CD4C17'

red 205 ◦ green 76 ◦ blue 23

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

Shades of Rust #CD4C17

Tints of Rust #CD4C17

RGB

 RED value IS 205 (80.47% from 255) = 67.43%

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

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 67.43%
G = 25%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD4C17 (or 0xCD4C17) is known color: Rust. HEX triplet: CD, 4C and 17. RGB value is (205,76,23). Sum of RGB (Red+Green+Blue) = 205+76+23=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4C17 is #32B3E8. Grayscale: #6C6C6C. Windows color (decimal): -3322857 or 1526989. OLE color: 1526989.

HSL color Cylindrical-coordinate representation of color #CD4C17: hue angle of 17.47º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD4C17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 76 23 -
CMYK 0 0.63 0.89 0.20
HSL 17.47º 0.8% 0.45% -
HSV(B) 17.47º 0.89% 0.8% -
XYZ 27.92 18.21 2.85 -
YUV 108.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 205 76 23 0 0.63 0.89 0.20 17.47 0.8 0.45
Hex CD 4C 17 0 3F 59 14 11 50 2D
Octal 315 114 27 0 77 131 24 21 120 55
Binary 11001101 1001100 10111 0 111111 1011001 10100 10001 1010000 101101

Color Harmonies of #CD4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C17

Black with #CD4C17

Text Example


Text Example

White with #CD4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C17; }

 p { color: rgb(205,76,23); }

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

background-color css

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

 a { background-color: rgb(205,76,23); }

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

border-color css

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

 span { border-color: rgb(205,76,23); }

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