Html Css Color HEX #C34400 Rust

📋 copy color: '#C34400'

red 195 ◦ green 68 ◦ blue 0

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

Shades of Rust #C34400

Tints of Rust #C34400

RGB

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

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

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

R = 74.14%
G = 25.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34400 (or 0xC34400) is known color: Rust. HEX triplet: C3, 44 and 00. RGB value is (195,68,0). Sum of RGB (Red+Green+Blue) = 195+68+0=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C34400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34400 is #3CBBFF. Grayscale: #626262. Windows color (decimal): -3980288 or 17603. OLE color: 17603.

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

Color convert

RGB 195 68 0 -
CMYK 0 0.65 1 0.24
HSL 20.92º 1% 0.38% -
HSV(B) 20.92º 1% 0.76% -
XYZ 24.57 15.74 1.74 -
YUV 98.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 195 68 0 0 0.65 1 0.24 20.92 1 0.38
Hex C3 44 0 0 41 64 18 15 64 26
Octal 303 104 0 0 101 144 30 25 144 46
Binary 11000011 1000100 0 0 1000001 1100100 11000 10101 1100100 100110

Color Harmonies of #C34400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34400

Black with #C34400

Text Example


Text Example

White with #C34400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34400; }

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

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

background-color css

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

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

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

border-color css

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

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

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