Html Css Color HEX #C34006 Rust

📋 copy color: '#C34006'

red 195 ◦ green 64 ◦ blue 6

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

Shades of Rust #C34006

Tints of Rust #C34006

RGB

 RED value IS 195 (76.56% from 255) = 73.58%

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 73.58%
G = 24.15%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C34006 (or 0xC34006) is known color: Rust. HEX triplet: C3, 40 and 06. RGB value is (195,64,6). Sum of RGB (Red+Green+Blue) = 195+64+6=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C34006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34006 is #3CBFF9. Grayscale: #606060. Windows color (decimal): -3981306 or 409795. OLE color: 409795.

HSL color Cylindrical-coordinate representation of color #C34006: hue angle of 18.41º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C34006 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 6 -
CMYK 0 0.67 0.97 0.24
HSL 18.41º 0.94% 0.39% -
HSV(B) 18.41º 0.97% 0.76% -
XYZ 24.37 15.28 1.84 -
YUV 96.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 195 64 6 0 0.67 0.97 0.24 18.41 0.94 0.39
Hex C3 40 6 0 43 61 18 12 5E 27
Octal 303 100 6 0 103 141 30 22 136 47
Binary 11000011 1000000 110 0 1000011 1100001 11000 10010 1011110 100111

Color Harmonies of #C34006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34006

Black with #C34006

Text Example


Text Example

White with #C34006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34006; }

 p { color: rgb(195,64,6); }

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

background-color css

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

 a { background-color: rgb(195,64,6); }

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

border-color css

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

 span { border-color: rgb(195,64,6); }

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