Html Css Color HEX #C34309 Rust

📋 copy color: '#C34309'

red 195 ◦ green 67 ◦ blue 9

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

Shades of Rust #C34309

Tints of Rust #C34309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 71.96%
G = 24.72%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C34309 (or 0xC34309) is known color: Rust. HEX triplet: C3, 43 and 09. RGB value is (195,67,9). Sum of RGB (Red+Green+Blue) = 195+67+9=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C34309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34309 is #3CBCF6. Grayscale: #636363. Windows color (decimal): -3980535 or 607171. OLE color: 607171.

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

Color convert

RGB 195 67 9 -
CMYK 0 0.66 0.95 0.24
HSL 18.71º 0.91% 0.4% -
HSV(B) 18.71º 0.95% 0.76% -
XYZ 24.56 15.64 1.98 -
YUV 98.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 195 67 9 0 0.66 0.95 0.24 18.71 0.91 0.4
Hex C3 43 9 0 42 5F 18 13 5B 28
Octal 303 103 11 0 102 137 30 23 133 50
Binary 11000011 1000011 1001 0 1000010 1011111 11000 10011 1011011 101000

Color Harmonies of #C34309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34309

Black with #C34309

Text Example


Text Example

White with #C34309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34309; }

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

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

background-color css

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

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

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

border-color css

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

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

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