Html Css Color HEX #C34C18 Rust

📋 copy color: '#C34C18'

red 195 ◦ green 76 ◦ blue 24

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

Shades of Rust #C34C18

Tints of Rust #C34C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

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

R = 66.1%
G = 25.76%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34C18 (or 0xC34C18) is known color: Rust. HEX triplet: C3, 4C and 18. RGB value is (195,76,24). Sum of RGB (Red+Green+Blue) = 195+76+24=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34C18 is #3CB3E7. Grayscale: #696969. Windows color (decimal): -3978216 or 1592515. OLE color: 1592515.

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

Color convert

RGB 195 76 24 -
CMYK 0 0.61 0.88 0.24
HSL 18.25º 0.78% 0.43% -
HSV(B) 18.25º 0.88% 0.76% -
XYZ 25.25 16.84 2.78 -
YUV 105.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 195 76 24 0 0.61 0.88 0.24 18.25 0.78 0.43
Hex C3 4C 18 0 3D 58 18 12 4E 2B
Octal 303 114 30 0 75 130 30 22 116 53
Binary 11000011 1001100 11000 0 111101 1011000 11000 10010 1001110 101011

Color Harmonies of #C34C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C18

Black with #C34C18

Text Example


Text Example

White with #C34C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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