Html Css Color HEX #C13244 Brick Red

📋 copy color: '#C13244'

red 193 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #C13244

Tints of Brick Red #C13244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 62.06%
G = 16.08%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13244 (or 0xC13244) is known color: Brick Red. HEX triplet: C1, 32 and 44. RGB value is (193,50,68). Sum of RGB (Red+Green+Blue) = 193+50+68=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C13244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13244 is #3ECDBB. Grayscale: #5E5E5E. Windows color (decimal): -4115900 or 4469441. OLE color: 4469441.

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

Color convert

RGB 193 50 68 -
CMYK 0 0.74 0.65 0.24
HSL 352.45º 0.59% 0.48% -
HSV(B) 352.45º 0.74% 0.76% -
XYZ 24.18 14.04 6.9 -
YUV 94.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 193 50 68 0 0.74 0.65 0.24 352.45 0.59 0.48
Hex C1 32 44 0 4A 41 18 160 3B 30
Octal 301 62 104 0 112 101 30 540 73 60
Binary 11000001 110010 1000100 0 1001010 1000001 11000 101100000 111011 110000

Color Harmonies of #C13244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13244

Black with #C13244

Text Example


Text Example

White with #C13244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13244; }

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

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

background-color css

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

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

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

border-color css

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

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

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