Html Css Color HEX #C13243 Brick Red

📋 copy color: '#C13243'

red 193 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #C13243

Tints of Brick Red #C13243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 62.26%
G = 16.13%
B = 21.61%

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

#C13243 (or 0xC13243) is known color: Brick Red. HEX triplet: C1, 32 and 43. RGB value is (193,50,67). Sum of RGB (Red+Green+Blue) = 193+50+67=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C13243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13243 is #3ECDBC. Grayscale: #5E5E5E. Windows color (decimal): -4115901 or 4403905. OLE color: 4403905.

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

Color convert

RGB 193 50 67 -
CMYK 0 0.74 0.65 0.24
HSL 352.87º 0.59% 0.48% -
HSV(B) 352.87º 0.74% 0.76% -
XYZ 24.15 14.02 6.74 -
YUV 94.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 193 50 67 0 0.74 0.65 0.24 352.87 0.59 0.48
Hex C1 32 43 0 4A 41 18 161 3B 30
Octal 301 62 103 0 112 101 30 541 73 60
Binary 11000001 110010 1000011 0 1001010 1000001 11000 101100001 111011 110000

Color Harmonies of #C13243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13243

Black with #C13243

Text Example


Text Example

White with #C13243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13243; }

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

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

background-color css

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

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

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

border-color css

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

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

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