Html Css Color HEX #C34406 Rust

📋 copy color: '#C34406'

red 195 ◦ green 68 ◦ blue 6

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

Shades of Rust #C34406

Tints of Rust #C34406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 72.49%
G = 25.28%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C34406 (or 0xC34406) is known color: Rust. HEX triplet: C3, 44 and 06. RGB value is (195,68,6). Sum of RGB (Red+Green+Blue) = 195+68+6=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C34406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34406 is #3CBBF9. Grayscale: #636363. Windows color (decimal): -3980282 or 410819. OLE color: 410819.

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

Color convert

RGB 195 68 6 -
CMYK 0 0.65 0.97 0.24
HSL 19.68º 0.94% 0.39% -
HSV(B) 19.68º 0.97% 0.76% -
XYZ 24.61 15.75 1.92 -
YUV 98.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 195 68 6 0 0.65 0.97 0.24 19.68 0.94 0.39
Hex C3 44 6 0 41 61 18 14 5E 27
Octal 303 104 6 0 101 141 30 24 136 47
Binary 11000011 1000100 110 0 1000001 1100001 11000 10100 1011110 100111

Color Harmonies of #C34406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34406

Black with #C34406

Text Example


Text Example

White with #C34406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34406; }

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

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

background-color css

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

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

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

border-color css

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

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

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