Html Css Color HEX #CD4D19 Rust

📋 copy color: '#CD4D19'

red 205 ◦ green 77 ◦ blue 25

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

Shades of Rust #CD4D19

Tints of Rust #CD4D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 66.78%
G = 25.08%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD4D19 (or 0xCD4D19) is known color: Rust. HEX triplet: CD, 4D and 19. RGB value is (205,77,25). Sum of RGB (Red+Green+Blue) = 205+77+25=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D19 is #32B2E6. Grayscale: #6D6D6D. Windows color (decimal): -3322599 or 1658317. OLE color: 1658317.

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

Color convert

RGB 205 77 25 -
CMYK 0 0.62 0.88 0.20
HSL 17.33º 0.78% 0.45% -
HSV(B) 17.33º 0.88% 0.8% -
XYZ 28.01 18.36 2.99 -
YUV 109.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 205 77 25 0 0.62 0.88 0.20 17.33 0.78 0.45
Hex CD 4D 19 0 3E 58 14 11 4E 2D
Octal 315 115 31 0 76 130 24 21 116 55
Binary 11001101 1001101 11001 0 111110 1011000 10100 10001 1001110 101101

Color Harmonies of #CD4D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D19

Black with #CD4D19

Text Example


Text Example

White with #CD4D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D19; }

 p { color: rgb(205,77,25); }

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

background-color css

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

 a { background-color: rgb(205,77,25); }

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

border-color css

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

 span { border-color: rgb(205,77,25); }

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