Html Css Color HEX #C34A12 Rust

📋 copy color: '#C34A12'

red 195 ◦ green 74 ◦ blue 18

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

Shades of Rust #C34A12

Tints of Rust #C34A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 67.94%
G = 25.78%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C34A12 (or 0xC34A12) is known color: Rust. HEX triplet: C3, 4A and 12. RGB value is (195,74,18). Sum of RGB (Red+Green+Blue) = 195+74+18=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A12 is #3CB5ED. Grayscale: #686868. Windows color (decimal): -3978734 or 1198787. OLE color: 1198787.

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

Color convert

RGB 195 74 18 -
CMYK 0 0.62 0.91 0.24
HSL 18.98º 0.83% 0.42% -
HSV(B) 18.98º 0.91% 0.76% -
XYZ 25.06 16.54 2.44 -
YUV 103.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 195 74 18 0 0.62 0.91 0.24 18.98 0.83 0.42
Hex C3 4A 12 0 3E 5B 18 13 53 2A
Octal 303 112 22 0 76 133 30 23 123 52
Binary 11000011 1001010 10010 0 111110 1011011 11000 10011 1010011 101010

Color Harmonies of #C34A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A12

Black with #C34A12

Text Example


Text Example

White with #C34A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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