Html Css Color HEX #C12C40 Brick Red

📋 copy color: '#C12C40'

red 193 ◦ green 44 ◦ blue 64

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

Shades of Brick Red #C12C40

Tints of Brick Red #C12C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 64.12%
G = 14.62%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C12C40 (or 0xC12C40) is known color: Brick Red. HEX triplet: C1, 2C and 40. RGB value is (193,44,64). Sum of RGB (Red+Green+Blue) = 193+44+64=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C40 is #3ED3BF. Grayscale: #5A5A5A. Windows color (decimal): -4117440 or 4205761. OLE color: 4205761.

HSL color Cylindrical-coordinate representation of color #C12C40: hue angle of 351.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C40 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 64 -
CMYK 0 0.77 0.67 0.24
HSL 351.95º 0.63% 0.46% -
HSV(B) 351.95º 0.77% 0.76% -
XYZ 23.82 13.51 6.2 -
YUV 90.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 193 44 64 0 0.77 0.67 0.24 351.95 0.63 0.46
Hex C1 2C 40 0 4D 43 18 160 3F 2E
Octal 301 54 100 0 115 103 30 540 77 56
Binary 11000001 101100 1000000 0 1001101 1000011 11000 101100000 111111 101110

Color Harmonies of #C12C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C40

Black with #C12C40

Text Example


Text Example

White with #C12C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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