Html Css Color HEX #C34206 Rust

📋 copy color: '#C34206'

red 195 ◦ green 66 ◦ blue 6

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

Shades of Rust #C34206

Tints of Rust #C34206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 73.03%
G = 24.72%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C34206 (or 0xC34206) is known color: Rust. HEX triplet: C3, 42 and 06. RGB value is (195,66,6). Sum of RGB (Red+Green+Blue) = 195+66+6=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C34206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34206 is #3CBDF9. Grayscale: #626262. Windows color (decimal): -3980794 or 410307. OLE color: 410307.

HSL color Cylindrical-coordinate representation of color #C34206: hue angle of 19.05º 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 #C34206 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 6 -
CMYK 0 0.66 0.97 0.24
HSL 19.05º 0.94% 0.39% -
HSV(B) 19.05º 0.97% 0.76% -
XYZ 24.49 15.51 1.88 -
YUV 97.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 195 66 6 0 0.66 0.97 0.24 19.05 0.94 0.39
Hex C3 42 6 0 42 61 18 13 5E 27
Octal 303 102 6 0 102 141 30 23 136 47
Binary 11000011 1000010 110 0 1000010 1100001 11000 10011 1011110 100111

Color Harmonies of #C34206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34206

Black with #C34206

Text Example


Text Example

White with #C34206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34206; }

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

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

background-color css

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

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

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

border-color css

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

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

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