Html Css Color HEX #CD4A12 Rust

📋 copy color: '#CD4A12'

red 205 ◦ green 74 ◦ blue 18

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

Shades of Rust #CD4A12

Tints of Rust #CD4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 69.02%
G = 24.92%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD4A12 (or 0xCD4A12) is known color: Rust. HEX triplet: CD, 4A and 12. RGB value is (205,74,18). Sum of RGB (Red+Green+Blue) = 205+74+18=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A12 is #32B5ED. Grayscale: #6B6B6B. Windows color (decimal): -3323374 or 1198797. OLE color: 1198797.

HSL color Cylindrical-coordinate representation of color #CD4A12: hue angle of 17.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD4A12 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 74 18 -
CMYK 0 0.64 0.91 0.20
HSL 17.97º 0.84% 0.44% -
HSV(B) 17.97º 0.91% 0.8% -
XYZ 27.73 17.92 2.57 -
YUV 106.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 205 74 18 0 0.64 0.91 0.20 17.97 0.84 0.44
Hex CD 4A 12 0 40 5B 14 12 54 2C
Octal 315 112 22 0 100 133 24 22 124 54
Binary 11001101 1001010 10010 0 1000000 1011011 10100 10010 1010100 101100

Color Harmonies of #CD4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A12

Black with #CD4A12

Text Example


Text Example

White with #CD4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A12; }

 p { color: rgb(205,74,18); }

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

background-color css

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

 a { background-color: rgb(205,74,18); }

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

border-color css

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

 span { border-color: rgb(205,74,18); }

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