Html Css Color HEX #CC4A13 Rust

📋 copy color: '#CC4A13'

red 204 ◦ green 74 ◦ blue 19

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

Shades of Rust #CC4A13

Tints of Rust #CC4A13

RGB

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

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

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

R = 68.69%
G = 24.92%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4A13 (or 0xCC4A13) is known color: Rust. HEX triplet: CC, 4A and 13. RGB value is (204,74,19). Sum of RGB (Red+Green+Blue) = 204+74+19=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A13 is #33B5EC. Grayscale: #6A6A6A. Windows color (decimal): -3388909 or 1264332. OLE color: 1264332.

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

Color convert

RGB 204 74 19 -
CMYK 0 0.64 0.91 0.2
HSL 17.84º 0.83% 0.44% -
HSV(B) 17.84º 0.91% 0.8% -
XYZ 27.47 17.78 2.6 -
YUV 106.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 204 74 19 0 0.64 0.91 0.2 17.84 0.83 0.44
Hex CC 4A 13 0 40 5B 14 12 53 2C
Octal 314 112 23 0 100 133 24 22 123 54
Binary 11001100 1001010 10011 0 1000000 1011011 10100 10010 1010011 101100

Color Harmonies of #CC4A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A13

Black with #CC4A13

Text Example


Text Example

White with #CC4A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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