Html Css Color HEX #C12940 Brick Red

📋 copy color: '#C12940'

red 193 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #C12940

Tints of Brick Red #C12940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 64.77%
G = 13.76%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C12940 (or 0xC12940) is known color: Brick Red. HEX triplet: C1, 29 and 40. RGB value is (193,41,64). Sum of RGB (Red+Green+Blue) = 193+41+64=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C12940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12940 is #3ED6BF. Grayscale: #595959. Windows color (decimal): -4118208 or 4204993. OLE color: 4204993.

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

Color convert

RGB 193 41 64 -
CMYK 0 0.79 0.67 0.24
HSL 350.92º 0.65% 0.46% -
HSV(B) 350.92º 0.79% 0.76% -
XYZ 23.71 13.29 6.17 -
YUV 89.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 193 41 64 0 0.79 0.67 0.24 350.92 0.65 0.46
Hex C1 29 40 0 4F 43 18 15F 41 2E
Octal 301 51 100 0 117 103 30 537 101 56
Binary 11000001 101001 1000000 0 1001111 1000011 11000 101011111 1000001 101110

Color Harmonies of #C12940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12940

Black with #C12940

Text Example


Text Example

White with #C12940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12940; }

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

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

background-color css

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

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

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

border-color css

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

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

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