Html Css Color HEX #C12543 Brick Red

📋 copy color: '#C12543'

red 193 ◦ green 37 ◦ blue 67

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

Shades of Brick Red #C12543

Tints of Brick Red #C12543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 64.98%
G = 12.46%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C12543 (or 0xC12543) is known color: Brick Red. HEX triplet: C1, 25 and 43. RGB value is (193,37,67). Sum of RGB (Red+Green+Blue) = 193+37+67=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12543 is #3EDABC. Grayscale: #575757. Windows color (decimal): -4119229 or 4400577. OLE color: 4400577.

HSL color Cylindrical-coordinate representation of color #C12543: hue angle of 348.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12543 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 67 -
CMYK 0 0.81 0.65 0.24
HSL 348.46º 0.68% 0.45% -
HSV(B) 348.46º 0.81% 0.76% -
XYZ 23.67 13.07 6.58 -
YUV 87.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 193 37 67 0 0.81 0.65 0.24 348.46 0.68 0.45
Hex C1 25 43 0 51 41 18 15C 44 2D
Octal 301 45 103 0 121 101 30 534 104 55
Binary 11000001 100101 1000011 0 1010001 1000001 11000 101011100 1000100 101101

Color Harmonies of #C12543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12543

Black with #C12543

Text Example


Text Example

White with #C12543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12543; }

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

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

background-color css

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

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

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

border-color css

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

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

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