Html Css Color HEX #C13144 Brick Red

📋 copy color: '#C13144'

red 193 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #C13144

Tints of Brick Red #C13144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 62.26%
G = 15.81%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13144 (or 0xC13144) is known color: Brick Red. HEX triplet: C1, 31 and 44. RGB value is (193,49,68). Sum of RGB (Red+Green+Blue) = 193+49+68=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C13144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13144 is #3ECEBB. Grayscale: #5E5E5E. Windows color (decimal): -4116156 or 4469185. OLE color: 4469185.

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

Color convert

RGB 193 49 68 -
CMYK 0 0.75 0.65 0.24
HSL 352.08º 0.6% 0.47% -
HSV(B) 352.08º 0.75% 0.76% -
XYZ 24.13 13.95 6.89 -
YUV 94.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 193 49 68 0 0.75 0.65 0.24 352.08 0.6 0.47
Hex C1 31 44 0 4B 41 18 160 3C 2F
Octal 301 61 104 0 113 101 30 540 74 57
Binary 11000001 110001 1000100 0 1001011 1000001 11000 101100000 111100 101111

Color Harmonies of #C13144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13144

Black with #C13144

Text Example


Text Example

White with #C13144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13144; }

 p { color: rgb(193,49,68); }

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

background-color css

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

 a { background-color: rgb(193,49,68); }

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

border-color css

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

 span { border-color: rgb(193,49,68); }

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