Html Css Color HEX #C34218 Rust

📋 copy color: '#C34218'

red 195 ◦ green 66 ◦ blue 24

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

Shades of Rust #C34218

Tints of Rust #C34218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 68.42%
G = 23.16%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34218 (or 0xC34218) is known color: Rust. HEX triplet: C3, 42 and 18. RGB value is (195,66,24). Sum of RGB (Red+Green+Blue) = 195+66+24=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C34218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34218 is #3CBDE7. Grayscale: #646464. Windows color (decimal): -3980776 or 1589955. OLE color: 1589955.

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

Color convert

RGB 195 66 24 -
CMYK 0 0.66 0.88 0.24
HSL 14.74º 0.78% 0.43% -
HSV(B) 14.74º 0.88% 0.76% -
XYZ 24.62 15.56 2.57 -
YUV 99.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 195 66 24 0 0.66 0.88 0.24 14.74 0.78 0.43
Hex C3 42 18 0 42 58 18 F 4E 2B
Octal 303 102 30 0 102 130 30 17 116 53
Binary 11000011 1000010 11000 0 1000010 1011000 11000 1111 1001110 101011

Color Harmonies of #C34218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34218

Black with #C34218

Text Example


Text Example

White with #C34218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34218; }

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

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

background-color css

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

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

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

border-color css

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

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

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