Html Css Color HEX #C13246 Brick Red

📋 copy color: '#C13246'

red 193 ◦ green 50 ◦ blue 70

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

Shades of Brick Red #C13246

Tints of Brick Red #C13246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 61.66%
G = 15.97%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C13246 (or 0xC13246) is known color: Brick Red. HEX triplet: C1, 32 and 46. RGB value is (193,50,70). Sum of RGB (Red+Green+Blue) = 193+50+70=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13246 is #3ECDB9. Grayscale: #5F5F5F. Windows color (decimal): -4115898 or 4600513. OLE color: 4600513.

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

Color convert

RGB 193 50 70 -
CMYK 0 0.74 0.64 0.24
HSL 351.61º 0.59% 0.48% -
HSV(B) 351.61º 0.74% 0.76% -
XYZ 24.24 14.06 7.23 -
YUV 95.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 193 50 70 0 0.74 0.64 0.24 351.61 0.59 0.48
Hex C1 32 46 0 4A 40 18 160 3B 30
Octal 301 62 106 0 112 100 30 540 73 60
Binary 11000001 110010 1000110 0 1001010 1000000 11000 101100000 111011 110000

Color Harmonies of #C13246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13246

Black with #C13246

Text Example


Text Example

White with #C13246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13246; }

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

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

background-color css

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

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

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

border-color css

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

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

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