Html Css Color HEX #CC460B Rust

📋 copy color: '#CC460B'

red 204 ◦ green 70 ◦ blue 11

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

Shades of Rust #CC460B

Tints of Rust #CC460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 71.58%
G = 24.56%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC460B (or 0xCC460B) is known color: Rust. HEX triplet: CC, 46 and 0B. RGB value is (204,70,11). Sum of RGB (Red+Green+Blue) = 204+70+11=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC460B is #33B9F4. Grayscale: #676767. Windows color (decimal): -3389941 or 739020. OLE color: 739020.

HSL color Cylindrical-coordinate representation of color #CC460B: hue angle of 18.34º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC460B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 11 -
CMYK 0 0.66 0.95 0.2
HSL 18.34º 0.9% 0.42% -
HSV(B) 18.34º 0.95% 0.8% -
XYZ 27.15 17.24 2.21 -
YUV 103.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 204 70 11 0 0.66 0.95 0.2 18.34 0.9 0.42
Hex CC 46 B 0 42 5F 14 12 5A 2A
Octal 314 106 13 0 102 137 24 22 132 52
Binary 11001100 1000110 1011 0 1000010 1011111 10100 10010 1011010 101010

Color Harmonies of #CC460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC460B

Black with #CC460B

Text Example


Text Example

White with #CC460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC460B; }

 p { color: rgb(204,70,11); }

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

background-color css

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

 a { background-color: rgb(204,70,11); }

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

border-color css

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

 span { border-color: rgb(204,70,11); }

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