Html Css Color HEX #CC4B13 Rust

📋 copy color: '#CC4B13'

red 204 ◦ green 75 ◦ blue 19

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

Shades of Rust #CC4B13

Tints of Rust #CC4B13

RGB

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

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

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

R = 68.46%
G = 25.17%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4B13 (or 0xCC4B13) is known color: Rust. HEX triplet: CC, 4B and 13. RGB value is (204,75,19). Sum of RGB (Red+Green+Blue) = 204+75+19=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B13 is #33B4EC. Grayscale: #6B6B6B. Windows color (decimal): -3388653 or 1264588. OLE color: 1264588.

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

Color convert

RGB 204 75 19 -
CMYK 0 0.63 0.91 0.2
HSL 18.16º 0.83% 0.44% -
HSV(B) 18.16º 0.91% 0.8% -
XYZ 27.54 17.92 2.62 -
YUV 107.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 204 75 19 0 0.63 0.91 0.2 18.16 0.83 0.44
Hex CC 4B 13 0 3F 5B 14 12 53 2C
Octal 314 113 23 0 77 133 24 22 123 54
Binary 11001100 1001011 10011 0 111111 1011011 10100 10010 1010011 101100

Color Harmonies of #CC4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B13

Black with #CC4B13

Text Example


Text Example

White with #CC4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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