Html Css Color HEX #C3441D Rust

📋 copy color: '#C3441D'

red 195 ◦ green 68 ◦ blue 29

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

Shades of Rust #C3441D

Tints of Rust #C3441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 66.78%
G = 23.29%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3441D (or 0xC3441D) is known color: Rust. HEX triplet: C3, 44 and 1D. RGB value is (195,68,29). Sum of RGB (Red+Green+Blue) = 195+68+29=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3441D is #3CBBE2. Grayscale: #656565. Windows color (decimal): -3980259 or 1918147. OLE color: 1918147.

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

Color convert

RGB 195 68 29 -
CMYK 0 0.65 0.85 0.24
HSL 14.1º 0.74% 0.44% -
HSV(B) 14.1º 0.85% 0.76% -
XYZ 24.79 15.83 2.91 -
YUV 101.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 195 68 29 0 0.65 0.85 0.24 14.1 0.74 0.44
Hex C3 44 1D 0 41 55 18 E 4A 2C
Octal 303 104 35 0 101 125 30 16 112 54
Binary 11000011 1000100 11101 0 1000001 1010101 11000 1110 1001010 101100

Color Harmonies of #C3441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3441D

Black with #C3441D

Text Example


Text Example

White with #C3441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3441D; }

 p { color: rgb(195,68,29); }

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

background-color css

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

 a { background-color: rgb(195,68,29); }

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

border-color css

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

 span { border-color: rgb(195,68,29); }

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