Html Css Color HEX #CD4A13 Rust

📋 copy color: '#CD4A13'

red 205 ◦ green 74 ◦ blue 19

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

Shades of Rust #CD4A13

Tints of Rust #CD4A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 68.79%
G = 24.83%
B = 6.38%

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

#CD4A13 (or 0xCD4A13) is known color: Rust. HEX triplet: CD, 4A and 13. RGB value is (205,74,19). Sum of RGB (Red+Green+Blue) = 205+74+19=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A13 is #32B5EC. Grayscale: #6B6B6B. Windows color (decimal): -3323373 or 1264333. OLE color: 1264333.

HSL color Cylindrical-coordinate representation of color #CD4A13: hue angle of 17.74º degrees, saturation: 0.83, 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 #CD4A13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 74 19 -
CMYK 0 0.64 0.91 0.20
HSL 17.74º 0.83% 0.44% -
HSV(B) 17.74º 0.91% 0.8% -
XYZ 27.74 17.92 2.61 -
YUV 106.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 205 74 19 0 0.64 0.91 0.20 17.74 0.83 0.44
Hex CD 4A 13 0 40 5B 14 12 53 2C
Octal 315 112 23 0 100 133 24 22 123 54
Binary 11001101 1001010 10011 0 1000000 1011011 10100 10010 1010011 101100

Color Harmonies of #CD4A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A13

Black with #CD4A13

Text Example


Text Example

White with #CD4A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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