Html Css Color HEX #CD4B15 Rust

📋 copy color: '#CD4B15'

red 205 ◦ green 75 ◦ blue 21

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

Shades of Rust #CD4B15

Tints of Rust #CD4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 68.11%
G = 24.92%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD4B15 (or 0xCD4B15) is known color: Rust. HEX triplet: CD, 4B and 15. RGB value is (205,75,21). Sum of RGB (Red+Green+Blue) = 205+75+21=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4B15 is #32B4EA. Grayscale: #6C6C6C. Windows color (decimal): -3323115 or 1395661. OLE color: 1395661.

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

Color convert

RGB 205 75 21 -
CMYK 0 0.63 0.90 0.20
HSL 17.61º 0.81% 0.44% -
HSV(B) 17.61º 0.9% 0.8% -
XYZ 27.83 18.07 2.73 -
YUV 107.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 205 75 21 0 0.63 0.90 0.20 17.61 0.81 0.44
Hex CD 4B 15 0 3F 5A 14 12 51 2C
Octal 315 113 25 0 77 132 24 22 121 54
Binary 11001101 1001011 10101 0 111111 1011010 10100 10010 1010001 101100

Color Harmonies of #CD4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4B15

Black with #CD4B15

Text Example


Text Example

White with #CD4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4B15; }

 p { color: rgb(205,75,21); }

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

background-color css

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

 a { background-color: rgb(205,75,21); }

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

border-color css

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

 span { border-color: rgb(205,75,21); }

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