Html Css Color HEX #C34212 Rust

📋 copy color: '#C34212'

red 195 ◦ green 66 ◦ blue 18

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

Shades of Rust #C34212

Tints of Rust #C34212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 69.89%
G = 23.66%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C34212 (or 0xC34212) is known color: Rust. HEX triplet: C3, 42 and 12. RGB value is (195,66,18). Sum of RGB (Red+Green+Blue) = 195+66+18=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C34212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34212 is #3CBDED. Grayscale: #636363. Windows color (decimal): -3980782 or 1196739. OLE color: 1196739.

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

Color convert

RGB 195 66 18 -
CMYK 0 0.66 0.91 0.24
HSL 16.27º 0.83% 0.42% -
HSV(B) 16.27º 0.91% 0.76% -
XYZ 24.56 15.54 2.28 -
YUV 99.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 195 66 18 0 0.66 0.91 0.24 16.27 0.83 0.42
Hex C3 42 12 0 42 5B 18 10 53 2A
Octal 303 102 22 0 102 133 30 20 123 52
Binary 11000011 1000010 10010 0 1000010 1011011 11000 10000 1010011 101010

Color Harmonies of #C34212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34212

Black with #C34212

Text Example


Text Example

White with #C34212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34212; }

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

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

background-color css

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

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

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

border-color css

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

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

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