Html Css Color HEX #C34B1C Rust

📋 copy color: '#C34B1C'

red 195 ◦ green 75 ◦ blue 28

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

Shades of Rust #C34B1C

Tints of Rust #C34B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 65.44%
G = 25.17%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C34B1C (or 0xC34B1C) is known color: Rust. HEX triplet: C3, 4B and 1C. RGB value is (195,75,28). Sum of RGB (Red+Green+Blue) = 195+75+28=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B1C is #3CB4E3. Grayscale: #696969. Windows color (decimal): -3978468 or 1854403. OLE color: 1854403.

HSL color Cylindrical-coordinate representation of color #C34B1C: hue angle of 16.89º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C34B1C is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 75 28 -
CMYK 0 0.62 0.86 0.24
HSL 16.89º 0.75% 0.44% -
HSV(B) 16.89º 0.86% 0.76% -
XYZ 25.23 16.72 3 -
YUV 105.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 195 75 28 0 0.62 0.86 0.24 16.89 0.75 0.44
Hex C3 4B 1C 0 3E 56 18 11 4B 2C
Octal 303 113 34 0 76 126 30 21 113 54
Binary 11000011 1001011 11100 0 111110 1010110 11000 10001 1001011 101100

Color Harmonies of #C34B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B1C

Black with #C34B1C

Text Example


Text Example

White with #C34B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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