Html Css Color HEX #C1293C Brick Red

📋 copy color: '#C1293C'

red 193 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #C1293C

Tints of Brick Red #C1293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 65.65%
G = 13.95%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1293C (or 0xC1293C) is known color: Brick Red. HEX triplet: C1, 29 and 3C. RGB value is (193,41,60). Sum of RGB (Red+Green+Blue) = 193+41+60=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1293C is #3ED6C3. Grayscale: #585858. Windows color (decimal): -4118212 or 3942849. OLE color: 3942849.

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

Color convert

RGB 193 41 60 -
CMYK 0 0.79 0.69 0.24
HSL 352.5º 0.65% 0.46% -
HSV(B) 352.5º 0.79% 0.76% -
XYZ 23.6 13.25 5.59 -
YUV 88.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 193 41 60 0 0.79 0.69 0.24 352.5 0.65 0.46
Hex C1 29 3C 0 4F 45 18 160 41 2E
Octal 301 51 74 0 117 105 30 540 101 56
Binary 11000001 101001 111100 0 1001111 1000101 11000 101100000 1000001 101110

Color Harmonies of #C1293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1293C

Black with #C1293C

Text Example


Text Example

White with #C1293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1293C; }

 p { color: rgb(193,41,60); }

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

background-color css

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

 a { background-color: rgb(193,41,60); }

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

border-color css

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

 span { border-color: rgb(193,41,60); }

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