Html Css Color HEX #CD4C16 Rust

📋 copy color: '#CD4C16'

red 205 ◦ green 76 ◦ blue 22

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

Shades of Rust #CD4C16

Tints of Rust #CD4C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 67.66%
G = 25.08%
B = 7.26%

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

#CD4C16 (or 0xCD4C16) is known color: Rust. HEX triplet: CD, 4C and 16. RGB value is (205,76,22). Sum of RGB (Red+Green+Blue) = 205+76+22=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4C16 is #32B3E9. Grayscale: #6C6C6C. Windows color (decimal): -3322858 or 1461453. OLE color: 1461453.

HSL color Cylindrical-coordinate representation of color #CD4C16: hue angle of 17.7º degrees, saturation: 0.81, 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 #CD4C16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 76 22 -
CMYK 0 0.63 0.89 0.20
HSL 17.7º 0.81% 0.45% -
HSV(B) 17.7º 0.89% 0.8% -
XYZ 27.91 18.21 2.8 -
YUV 108.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 205 76 22 0 0.63 0.89 0.20 17.7 0.81 0.45
Hex CD 4C 16 0 3F 59 14 12 51 2D
Octal 315 114 26 0 77 131 24 22 121 55
Binary 11001101 1001100 10110 0 111111 1011001 10100 10010 1010001 101101

Color Harmonies of #CD4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C16

Black with #CD4C16

Text Example


Text Example

White with #CD4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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