Html Css Color HEX #C34B12 Rust

📋 copy color: '#C34B12'

red 195 ◦ green 75 ◦ blue 18

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

Shades of Rust #C34B12

Tints of Rust #C34B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.04%

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

R = 67.71%
G = 26.04%
B = 6.25%

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

#C34B12 (or 0xC34B12) is known color: Rust. HEX triplet: C3, 4B and 12. RGB value is (195,75,18). Sum of RGB (Red+Green+Blue) = 195+75+18=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34B12 is #3CB4ED. Grayscale: #686868. Windows color (decimal): -3978478 or 1199043. OLE color: 1199043.

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

Color convert

RGB 195 75 18 -
CMYK 0 0.62 0.91 0.24
HSL 19.32º 0.83% 0.42% -
HSV(B) 19.32º 0.91% 0.76% -
XYZ 25.13 16.68 2.47 -
YUV 104.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 195 75 18 0 0.62 0.91 0.24 19.32 0.83 0.42
Hex C3 4B 12 0 3E 5B 18 13 53 2A
Octal 303 113 22 0 76 133 30 23 123 52
Binary 11000011 1001011 10010 0 111110 1011011 11000 10011 1010011 101010

Color Harmonies of #C34B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B12

Black with #C34B12

Text Example


Text Example

White with #C34B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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