Html Css Color HEX #C34009 Rust

📋 copy color: '#C34009'

red 195 ◦ green 64 ◦ blue 9

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

Shades of Rust #C34009

Tints of Rust #C34009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 72.76%
G = 23.88%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C34009 (or 0xC34009) is known color: Rust. HEX triplet: C3, 40 and 09. RGB value is (195,64,9). Sum of RGB (Red+Green+Blue) = 195+64+9=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C34009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34009 is #3CBFF6. Grayscale: #616161. Windows color (decimal): -3981303 or 606403. OLE color: 606403.

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

Color convert

RGB 195 64 9 -
CMYK 0 0.67 0.95 0.24
HSL 17.74º 0.91% 0.4% -
HSV(B) 17.74º 0.95% 0.76% -
XYZ 24.39 15.29 1.92 -
YUV 96.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 195 64 9 0 0.67 0.95 0.24 17.74 0.91 0.4
Hex C3 40 9 0 43 5F 18 12 5B 28
Octal 303 100 11 0 103 137 30 22 133 50
Binary 11000011 1000000 1001 0 1000011 1011111 11000 10010 1011011 101000

Color Harmonies of #C34009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34009

Black with #C34009

Text Example


Text Example

White with #C34009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34009; }

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

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

background-color css

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

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

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

border-color css

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

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

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