Html Css Color HEX #C34219 Rust

📋 copy color: '#C34219'

red 195 ◦ green 66 ◦ blue 25

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

Shades of Rust #C34219

Tints of Rust #C34219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 68.18%
G = 23.08%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C34219 (or 0xC34219) is known color: Rust. HEX triplet: C3, 42 and 19. RGB value is (195,66,25). Sum of RGB (Red+Green+Blue) = 195+66+25=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C34219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34219 is #3CBDE6. Grayscale: #646464. Windows color (decimal): -3980775 or 1655491. OLE color: 1655491.

HSL color Cylindrical-coordinate representation of color #C34219: hue angle of 14.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C34219 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 25 -
CMYK 0 0.66 0.87 0.24
HSL 14.47º 0.77% 0.43% -
HSV(B) 14.47º 0.87% 0.76% -
XYZ 24.63 15.57 2.63 -
YUV 99.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 195 66 25 0 0.66 0.87 0.24 14.47 0.77 0.43
Hex C3 42 19 0 42 57 18 E 4D 2B
Octal 303 102 31 0 102 127 30 16 115 53
Binary 11000011 1000010 11001 0 1000010 1010111 11000 1110 1001101 101011

Color Harmonies of #C34219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34219

Black with #C34219

Text Example


Text Example

White with #C34219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34219; }

 p { color: rgb(195,66,25); }

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

background-color css

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

 a { background-color: rgb(195,66,25); }

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

border-color css

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

 span { border-color: rgb(195,66,25); }

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