Html Css Color HEX #C1431F Rust

📋 copy color: '#C1431F'

red 193 ◦ green 67 ◦ blue 31

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

Shades of Rust #C1431F

Tints of Rust #C1431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 66.32%
G = 23.02%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1431F (or 0xC1431F) is known color: Rust. HEX triplet: C1, 43 and 1F. RGB value is (193,67,31). Sum of RGB (Red+Green+Blue) = 193+67+31=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1431F is #3EBCE0. Grayscale: #646464. Windows color (decimal): -4111585 or 2048961. OLE color: 2048961.

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

Color convert

RGB 193 67 31 -
CMYK 0 0.65 0.84 0.24
HSL 13.33º 0.72% 0.44% -
HSV(B) 13.33º 0.84% 0.76% -
XYZ 24.25 15.45 3 -
YUV 100.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 193 67 31 0 0.65 0.84 0.24 13.33 0.72 0.44
Hex C1 43 1F 0 41 54 18 D 48 2C
Octal 301 103 37 0 101 124 30 15 110 54
Binary 11000001 1000011 11111 0 1000001 1010100 11000 1101 1001000 101100

Color Harmonies of #C1431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1431F

Black with #C1431F

Text Example


Text Example

White with #C1431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1431F; }

 p { color: rgb(193,67,31); }

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

background-color css

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

 a { background-color: rgb(193,67,31); }

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

border-color css

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

 span { border-color: rgb(193,67,31); }

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