Html Css Color HEX #C1451C Rust

📋 copy color: '#C1451C'

red 193 ◦ green 69 ◦ blue 28

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

Shades of Rust #C1451C

Tints of Rust #C1451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 66.55%
G = 23.79%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1451C (or 0xC1451C) is known color: Rust. HEX triplet: C1, 45 and 1C. RGB value is (193,69,28). Sum of RGB (Red+Green+Blue) = 193+69+28=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1451C is #3EBAE3. Grayscale: #656565. Windows color (decimal): -4111076 or 1852865. OLE color: 1852865.

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

Color convert

RGB 193 69 28 -
CMYK 0 0.64 0.85 0.24
HSL 14.91º 0.75% 0.43% -
HSV(B) 14.91º 0.85% 0.76% -
XYZ 24.33 15.68 2.84 -
YUV 101.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 193 69 28 0 0.64 0.85 0.24 14.91 0.75 0.43
Hex C1 45 1C 0 40 55 18 F 4B 2B
Octal 301 105 34 0 100 125 30 17 113 53
Binary 11000001 1000101 11100 0 1000000 1010101 11000 1111 1001011 101011

Color Harmonies of #C1451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1451C

Black with #C1451C

Text Example


Text Example

White with #C1451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1451C; }

 p { color: rgb(193,69,28); }

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

background-color css

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

 a { background-color: rgb(193,69,28); }

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

border-color css

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

 span { border-color: rgb(193,69,28); }

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