Html Css Color HEX #C34A09 Rust

📋 copy color: '#C34A09'

red 195 ◦ green 74 ◦ blue 9

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

Shades of Rust #C34A09

Tints of Rust #C34A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

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

R = 70.14%
G = 26.62%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C34A09 (or 0xC34A09) is known color: Rust. HEX triplet: C3, 4A and 09. RGB value is (195,74,9). Sum of RGB (Red+Green+Blue) = 195+74+9=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A09 is #3CB5F6. Grayscale: #676767. Windows color (decimal): -3978743 or 608963. OLE color: 608963.

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

Color convert

RGB 195 74 9 -
CMYK 0 0.62 0.95 0.24
HSL 20.97º 0.91% 0.4% -
HSV(B) 20.97º 0.95% 0.76% -
XYZ 25 16.52 2.13 -
YUV 102.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 195 74 9 0 0.62 0.95 0.24 20.97 0.91 0.4
Hex C3 4A 9 0 3E 5F 18 15 5B 28
Octal 303 112 11 0 76 137 30 25 133 50
Binary 11000011 1001010 1001 0 111110 1011111 11000 10101 1011011 101000

Color Harmonies of #C34A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A09

Black with #C34A09

Text Example


Text Example

White with #C34A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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