Html Css Color HEX #C1293A Brick Red

📋 copy color: '#C1293A'

red 193 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #C1293A

Tints of Brick Red #C1293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 66.1%
G = 14.04%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1293A (or 0xC1293A) is known color: Brick Red. HEX triplet: C1, 29 and 3A. RGB value is (193,41,58). Sum of RGB (Red+Green+Blue) = 193+41+58=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1293A is #3ED6C5. Grayscale: #585858. Windows color (decimal): -4118214 or 3811777. OLE color: 3811777.

HSL color Cylindrical-coordinate representation of color #C1293A: hue angle of 353.29º 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 #C1293A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 58 -
CMYK 0 0.79 0.70 0.24
HSL 353.29º 0.65% 0.46% -
HSV(B) 353.29º 0.79% 0.76% -
XYZ 23.55 13.23 5.32 -
YUV 88.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 193 41 58 0 0.79 0.70 0.24 353.29 0.65 0.46
Hex C1 29 3A 0 4F 46 18 161 41 2E
Octal 301 51 72 0 117 106 30 541 101 56
Binary 11000001 101001 111010 0 1001111 1000110 11000 101100001 1000001 101110

Color Harmonies of #C1293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1293A

Black with #C1293A

Text Example


Text Example

White with #C1293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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