Html Css Color HEX #C34506 Rust

📋 copy color: '#C34506'

red 195 ◦ green 69 ◦ blue 6

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

Shades of Rust #C34506

Tints of Rust #C34506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 72.22%
G = 25.56%
B = 2.22%

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

#C34506 (or 0xC34506) is known color: Rust. HEX triplet: C3, 45 and 06. RGB value is (195,69,6). Sum of RGB (Red+Green+Blue) = 195+69+6=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C34506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34506 is #3CBAF9. Grayscale: #636363. Windows color (decimal): -3980026 or 411075. OLE color: 411075.

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

Color convert

RGB 195 69 6 -
CMYK 0 0.65 0.97 0.24
HSL 20º 0.94% 0.39% -
HSV(B) 20º 0.97% 0.76% -
XYZ 24.67 15.87 1.94 -
YUV 99.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 195 69 6 0 0.65 0.97 0.24 20 0.94 0.39
Hex C3 45 6 0 41 61 18 14 5E 27
Octal 303 105 6 0 101 141 30 24 136 47
Binary 11000011 1000101 110 0 1000001 1100001 11000 10100 1011110 100111

Color Harmonies of #C34506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34506

Black with #C34506

Text Example


Text Example

White with #C34506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34506; }

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

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

background-color css

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

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

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

border-color css

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

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

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