Html Css Color HEX #CC4B15 Rust

📋 copy color: '#CC4B15'

red 204 ◦ green 75 ◦ blue 21

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

Shades of Rust #CC4B15

Tints of Rust #CC4B15

RGB

 RED value IS 204 (80.08% from 255) = 68%

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

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

R = 68%
G = 25%
B = 7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4B15 (or 0xCC4B15) is known color: Rust. HEX triplet: CC, 4B and 15. RGB value is (204,75,21). Sum of RGB (Red+Green+Blue) = 204+75+21=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B15 is #33B4EA. Grayscale: #6B6B6B. Windows color (decimal): -3388651 or 1395660. OLE color: 1395660.

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

Color convert

RGB 204 75 21 -
CMYK 0 0.63 0.90 0.2
HSL 17.7º 0.81% 0.44% -
HSV(B) 17.7º 0.9% 0.8% -
XYZ 27.55 17.92 2.72 -
YUV 107.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 204 75 21 0 0.63 0.90 0.2 17.7 0.81 0.44
Hex CC 4B 15 0 3F 5A 14 12 51 2C
Octal 314 113 25 0 77 132 24 22 121 54
Binary 11001100 1001011 10101 0 111111 1011010 10100 10010 1010001 101100

Color Harmonies of #CC4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B15

Black with #CC4B15

Text Example


Text Example

White with #CC4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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