Html Css Color HEX #C34909 Rust

📋 copy color: '#C34909'

red 195 ◦ green 73 ◦ blue 9

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

Shades of Rust #C34909

Tints of Rust #C34909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 70.4%
G = 26.35%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C34909 (or 0xC34909) is known color: Rust. HEX triplet: C3, 49 and 09. RGB value is (195,73,9). Sum of RGB (Red+Green+Blue) = 195+73+9=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C34909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34909 is #3CB6F6. Grayscale: #666666. Windows color (decimal): -3978999 or 608707. OLE color: 608707.

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

Color convert

RGB 195 73 9 -
CMYK 0 0.63 0.95 0.24
HSL 20.65º 0.91% 0.4% -
HSV(B) 20.65º 0.95% 0.76% -
XYZ 24.94 16.39 2.11 -
YUV 102.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 195 73 9 0 0.63 0.95 0.24 20.65 0.91 0.4
Hex C3 49 9 0 3F 5F 18 15 5B 28
Octal 303 111 11 0 77 137 30 25 133 50
Binary 11000011 1001001 1001 0 111111 1011111 11000 10101 1011011 101000

Color Harmonies of #C34909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34909

Black with #C34909

Text Example


Text Example

White with #C34909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34909; }

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

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

background-color css

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

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

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

border-color css

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

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

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