Html Css Color HEX #C34816 Rust

📋 copy color: '#C34816'

red 195 ◦ green 72 ◦ blue 22

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

Shades of Rust #C34816

Tints of Rust #C34816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 67.47%
G = 24.91%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34816 (or 0xC34816) is known color: Rust. HEX triplet: C3, 48 and 16. RGB value is (195,72,22). Sum of RGB (Red+Green+Blue) = 195+72+22=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C34816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34816 is #3CB7E9. Grayscale: #676767. Windows color (decimal): -3979242 or 1460419. OLE color: 1460419.

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

Color convert

RGB 195 72 22 -
CMYK 0 0.63 0.89 0.24
HSL 17.34º 0.8% 0.43% -
HSV(B) 17.34º 0.89% 0.76% -
XYZ 24.97 16.29 2.59 -
YUV 103.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 195 72 22 0 0.63 0.89 0.24 17.34 0.8 0.43
Hex C3 48 16 0 3F 59 18 11 50 2B
Octal 303 110 26 0 77 131 30 21 120 53
Binary 11000011 1001000 10110 0 111111 1011001 11000 10001 1010000 101011

Color Harmonies of #C34816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34816

Black with #C34816

Text Example


Text Example

White with #C34816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34816; }

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

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

background-color css

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

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

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

border-color css

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

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

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