Html Css Color HEX #C34606 Rust

📋 copy color: '#C34606'

red 195 ◦ green 70 ◦ blue 6

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

Shades of Rust #C34606

Tints of Rust #C34606

RGB

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

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

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

R = 71.96%
G = 25.83%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C34606 (or 0xC34606) is known color: Rust. HEX triplet: C3, 46 and 06. RGB value is (195,70,6). Sum of RGB (Red+Green+Blue) = 195+70+6=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C34606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34606 is #3CB9F9. Grayscale: #646464. Windows color (decimal): -3979770 or 411331. OLE color: 411331.

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

Color convert

RGB 195 70 6 -
CMYK 0 0.64 0.97 0.24
HSL 20.32º 0.94% 0.39% -
HSV(B) 20.32º 0.97% 0.76% -
XYZ 24.73 16 1.96 -
YUV 100.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 195 70 6 0 0.64 0.97 0.24 20.32 0.94 0.39
Hex C3 46 6 0 40 61 18 14 5E 27
Octal 303 106 6 0 100 141 30 24 136 47
Binary 11000011 1000110 110 0 1000000 1100001 11000 10100 1011110 100111

Color Harmonies of #C34606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34606

Black with #C34606

Text Example


Text Example

White with #C34606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34606; }

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

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

background-color css

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

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

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

border-color css

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

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

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