Html Css Color HEX #C12E45 Brick Red

📋 copy color: '#C12E45'

red 193 ◦ green 46 ◦ blue 69

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

Shades of Brick Red #C12E45

Tints of Brick Red #C12E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 62.66%
G = 14.94%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12E45 (or 0xC12E45) is known color: Brick Red. HEX triplet: C1, 2E and 45. RGB value is (193,46,69). Sum of RGB (Red+Green+Blue) = 193+46+69=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E45 is #3ED1BA. Grayscale: #5C5C5C. Windows color (decimal): -4116923 or 4533953. OLE color: 4533953.

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

Color convert

RGB 193 46 69 -
CMYK 0 0.76 0.64 0.24
HSL 350.61º 0.62% 0.47% -
HSV(B) 350.61º 0.76% 0.76% -
XYZ 24.04 13.72 7.01 -
YUV 92.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 193 46 69 0 0.76 0.64 0.24 350.61 0.62 0.47
Hex C1 2E 45 0 4C 40 18 15F 3E 2F
Octal 301 56 105 0 114 100 30 537 76 57
Binary 11000001 101110 1000101 0 1001100 1000000 11000 101011111 111110 101111

Color Harmonies of #C12E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E45

Black with #C12E45

Text Example


Text Example

White with #C12E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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