Html Css Color HEX #C34E18 Rust

📋 copy color: '#C34E18'

red 195 ◦ green 78 ◦ blue 24

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

Shades of Rust #C34E18

Tints of Rust #C34E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.26%

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

R = 65.66%
G = 26.26%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34E18 (or 0xC34E18) is known color: Rust. HEX triplet: C3, 4E and 18. RGB value is (195,78,24). Sum of RGB (Red+Green+Blue) = 195+78+24=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34E18 is #3CB1E7. Grayscale: #6B6B6B. Windows color (decimal): -3977704 or 1593027. OLE color: 1593027.

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

Color convert

RGB 195 78 24 -
CMYK 0 0.6 0.88 0.24
HSL 18.95º 0.78% 0.43% -
HSV(B) 18.95º 0.88% 0.76% -
XYZ 25.39 17.12 2.83 -
YUV 106.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 195 78 24 0 0.6 0.88 0.24 18.95 0.78 0.43
Hex C3 4E 18 0 3C 58 18 13 4E 2B
Octal 303 116 30 0 74 130 30 23 116 53
Binary 11000011 1001110 11000 0 111100 1011000 11000 10011 1001110 101011

Color Harmonies of #C34E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E18

Black with #C34E18

Text Example


Text Example

White with #C34E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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