Html Css Color HEX #C34600 Rust

📋 copy color: '#C34600'

red 195 ◦ green 70 ◦ blue 0

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

Shades of Rust #C34600

Tints of Rust #C34600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.58%
G = 26.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34600 (or 0xC34600) is known color: Rust. HEX triplet: C3, 46 and 00. RGB value is (195,70,0). Sum of RGB (Red+Green+Blue) = 195+70+0=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C34600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34600 is #3CB9FF. Grayscale: #636363. Windows color (decimal): -3979776 or 18115. OLE color: 18115.

HSL color Cylindrical-coordinate representation of color #C34600: hue angle of 21.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C34600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 70 0 -
CMYK 0 0.64 1 0.24
HSL 21.54º 1% 0.38% -
HSV(B) 21.54º 1% 0.76% -
XYZ 24.7 15.98 1.78 -
YUV 99.4 71.91 196.19 -
System Red Green Blue C M Y K H S L
Decimal 195 70 0 0 0.64 1 0.24 21.54 1 0.38
Hex C3 46 0 0 40 64 18 16 64 26
Octal 303 106 0 0 100 144 30 26 144 46
Binary 11000011 1000110 0 0 1000000 1100100 11000 10110 1100100 100110

Color Harmonies of #C34600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34600

Black with #C34600

Text Example


Text Example

White with #C34600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34600; }

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

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

background-color css

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

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

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

border-color css

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

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

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