Html Css Color HEX #C1712B Meteor

📋 copy color: '#C1712B'

red 193 ◦ green 113 ◦ blue 43

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

Shades of Meteor #C1712B

Tints of Meteor #C1712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 55.3%
G = 32.38%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1712B (or 0xC1712B) is known color: Meteor. HEX triplet: C1, 71 and 2B. RGB value is (193,113,43). Sum of RGB (Red+Green+Blue) = 193+113+43=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1712B is #3E8ED4. Grayscale: #818181. Windows color (decimal): -4099797 or 2847169. OLE color: 2847169.

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

Color convert

RGB 193 113 43 -
CMYK 0 0.41 0.78 0.24
HSL 28º 0.64% 0.46% -
HSV(B) 28º 0.78% 0.76% -
XYZ 28.33 23.32 5.29 -
YUV 128.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 193 113 43 0 0.41 0.78 0.24 28 0.64 0.46
Hex C1 71 2B 0 29 4E 18 1C 40 2E
Octal 301 161 53 0 51 116 30 34 100 56
Binary 11000001 1110001 101011 0 101001 1001110 11000 11100 1000000 101110

Color Harmonies of #C1712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1712B

Black with #C1712B

Text Example


Text Example

White with #C1712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1712B; }

 p { color: rgb(193,113,43); }

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

background-color css

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

 a { background-color: rgb(193,113,43); }

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

border-color css

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

 span { border-color: rgb(193,113,43); }

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