Html Css Color HEX #C14B1A Rust

📋 copy color: '#C14B1A'

red 193 ◦ green 75 ◦ blue 26

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

Shades of Rust #C14B1A

Tints of Rust #C14B1A

RGB

 RED value IS 193 (75.78% from 255) = 65.65%

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

 BLUE value IS 26 (10.55% from 255) = 8.84%

R = 65.65%
G = 25.51%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C14B1A (or 0xC14B1A) is known color: Rust. HEX triplet: C1, 4B and 1A. RGB value is (193,75,26). Sum of RGB (Red+Green+Blue) = 193+75+26=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B1A is #3EB4E5. Grayscale: #696969. Windows color (decimal): -4109542 or 1723329. OLE color: 1723329.

HSL color Cylindrical-coordinate representation of color #C14B1A: hue angle of 17.6º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C14B1A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 75 26 -
CMYK 0 0.61 0.87 0.24
HSL 17.6º 0.76% 0.43% -
HSV(B) 17.6º 0.87% 0.76% -
XYZ 24.69 16.44 2.85 -
YUV 104.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 193 75 26 0 0.61 0.87 0.24 17.6 0.76 0.43
Hex C1 4B 1A 0 3D 57 18 12 4C 2B
Octal 301 113 32 0 75 127 30 22 114 53
Binary 11000001 1001011 11010 0 111101 1010111 11000 10010 1001100 101011

Color Harmonies of #C14B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B1A

Black with #C14B1A

Text Example


Text Example

White with #C14B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B1A; }

 p { color: rgb(193,75,26); }

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

background-color css

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

 a { background-color: rgb(193,75,26); }

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

border-color css

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

 span { border-color: rgb(193,75,26); }

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