Html Css Color HEX #C12E3C Brick Red

📋 copy color: '#C12E3C'

red 193 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #C12E3C

Tints of Brick Red #C12E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 64.55%
G = 15.38%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C12E3C (or 0xC12E3C) is known color: Brick Red. HEX triplet: C1, 2E and 3C. RGB value is (193,46,60). Sum of RGB (Red+Green+Blue) = 193+46+60=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E3C is #3ED1C3. Grayscale: #5B5B5B. Windows color (decimal): -4116932 or 3944129. OLE color: 3944129.

HSL color Cylindrical-coordinate representation of color #C12E3C: hue angle of 354.29º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12E3C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 46 60 -
CMYK 0 0.76 0.69 0.24
HSL 354.29º 0.62% 0.47% -
HSV(B) 354.29º 0.76% 0.76% -
XYZ 23.78 13.62 5.65 -
YUV 91.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 193 46 60 0 0.76 0.69 0.24 354.29 0.62 0.47
Hex C1 2E 3C 0 4C 45 18 162 3E 2F
Octal 301 56 74 0 114 105 30 542 76 57
Binary 11000001 101110 111100 0 1001100 1000101 11000 101100010 111110 101111

Color Harmonies of #C12E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E3C

Black with #C12E3C

Text Example


Text Example

White with #C12E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E3C; }

 p { color: rgb(193,46,60); }

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

background-color css

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

 a { background-color: rgb(193,46,60); }

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

border-color css

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

 span { border-color: rgb(193,46,60); }

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