Html Css Color HEX #C34809 Rust

📋 copy color: '#C34809'

red 195 ◦ green 72 ◦ blue 9

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

Shades of Rust #C34809

Tints of Rust #C34809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 70.65%
G = 26.09%
B = 3.26%

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

#C34809 (or 0xC34809) is known color: Rust. HEX triplet: C3, 48 and 09. RGB value is (195,72,9). Sum of RGB (Red+Green+Blue) = 195+72+9=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C34809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34809 is #3CB7F6. Grayscale: #656565. Windows color (decimal): -3979255 or 608451. OLE color: 608451.

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

Color convert

RGB 195 72 9 -
CMYK 0 0.63 0.95 0.24
HSL 20.32º 0.91% 0.4% -
HSV(B) 20.32º 0.95% 0.76% -
XYZ 24.87 16.26 2.09 -
YUV 101.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 195 72 9 0 0.63 0.95 0.24 20.32 0.91 0.4
Hex C3 48 9 0 3F 5F 18 14 5B 28
Octal 303 110 11 0 77 137 30 24 133 50
Binary 11000011 1001000 1001 0 111111 1011111 11000 10100 1011011 101000

Color Harmonies of #C34809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34809

Black with #C34809

Text Example


Text Example

White with #C34809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34809; }

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

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

background-color css

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

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

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

border-color css

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

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

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