Html Css Color HEX #C1451B Rust

📋 copy color: '#C1451B'

red 193 ◦ green 69 ◦ blue 27

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

Shades of Rust #C1451B

Tints of Rust #C1451B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 66.78%
G = 23.88%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1451B (or 0xC1451B) is known color: Rust. HEX triplet: C1, 45 and 1B. RGB value is (193,69,27). Sum of RGB (Red+Green+Blue) = 193+69+27=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1451B is #3EBAE4. Grayscale: #656565. Windows color (decimal): -4111077 or 1787329. OLE color: 1787329.

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

Color convert

RGB 193 69 27 -
CMYK 0 0.64 0.86 0.24
HSL 15.18º 0.75% 0.43% -
HSV(B) 15.18º 0.86% 0.76% -
XYZ 24.32 15.67 2.78 -
YUV 101.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 193 69 27 0 0.64 0.86 0.24 15.18 0.75 0.43
Hex C1 45 1B 0 40 56 18 F 4B 2B
Octal 301 105 33 0 100 126 30 17 113 53
Binary 11000001 1000101 11011 0 1000000 1010110 11000 1111 1001011 101011

Color Harmonies of #C1451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1451B

Black with #C1451B

Text Example


Text Example

White with #C1451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1451B; }

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

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

background-color css

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

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

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

border-color css

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

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

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