Html Css Color HEX #C1293B Brick Red

📋 copy color: '#C1293B'

red 193 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #C1293B

Tints of Brick Red #C1293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 65.87%
G = 13.99%
B = 20.14%

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

#C1293B (or 0xC1293B) is known color: Brick Red. HEX triplet: C1, 29 and 3B. RGB value is (193,41,59). Sum of RGB (Red+Green+Blue) = 193+41+59=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1293B is #3ED6C4. Grayscale: #585858. Windows color (decimal): -4118213 or 3877313. OLE color: 3877313.

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

Color convert

RGB 193 41 59 -
CMYK 0 0.79 0.69 0.24
HSL 352.89º 0.65% 0.46% -
HSV(B) 352.89º 0.79% 0.76% -
XYZ 23.57 13.24 5.45 -
YUV 88.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 193 41 59 0 0.79 0.69 0.24 352.89 0.65 0.46
Hex C1 29 3B 0 4F 45 18 161 41 2E
Octal 301 51 73 0 117 105 30 541 101 56
Binary 11000001 101001 111011 0 1001111 1000101 11000 101100001 1000001 101110

Color Harmonies of #C1293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1293B

Black with #C1293B

Text Example


Text Example

White with #C1293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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