Html Css Color HEX #C34C09 Rust

📋 copy color: '#C34C09'

red 195 ◦ green 76 ◦ blue 9

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

Shades of Rust #C34C09

Tints of Rust #C34C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 9 (3.91% from 255) = 3.21%

R = 69.64%
G = 27.14%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C34C09 (or 0xC34C09) is known color: Rust. HEX triplet: C3, 4C and 09. RGB value is (195,76,9). Sum of RGB (Red+Green+Blue) = 195+76+9=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34C09 is #3CB3F6. Grayscale: #686868. Windows color (decimal): -3978231 or 609475. OLE color: 609475.

HSL color Cylindrical-coordinate representation of color #C34C09: hue angle of 21.61º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C34C09 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 76 9 -
CMYK 0 0.61 0.95 0.24
HSL 21.61º 0.91% 0.4% -
HSV(B) 21.61º 0.95% 0.76% -
XYZ 25.14 16.79 2.17 -
YUV 103.94 74.42 192.95 -
System Red Green Blue C M Y K H S L
Decimal 195 76 9 0 0.61 0.95 0.24 21.61 0.91 0.4
Hex C3 4C 9 0 3D 5F 18 16 5B 28
Octal 303 114 11 0 75 137 30 26 133 50
Binary 11000011 1001100 1001 0 111101 1011111 11000 10110 1011011 101000

Color Harmonies of #C34C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C09

Black with #C34C09

Text Example


Text Example

White with #C34C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C09; }

 p { color: rgb(195,76,9); }

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

background-color css

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

 a { background-color: rgb(195,76,9); }

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

border-color css

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

 span { border-color: rgb(195,76,9); }

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