Html Css Color HEX #C12642 Brick Red

📋 copy color: '#C12642'

red 193 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #C12642

Tints of Brick Red #C12642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 64.98%
G = 12.79%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12642 (or 0xC12642) is known color: Brick Red. HEX triplet: C1, 26 and 42. RGB value is (193,38,66). Sum of RGB (Red+Green+Blue) = 193+38+66=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12642 is #3ED9BD. Grayscale: #575757. Windows color (decimal): -4118974 or 4335297. OLE color: 4335297.

HSL color Cylindrical-coordinate representation of color #C12642: hue angle of 349.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12642 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 66 -
CMYK 0 0.80 0.66 0.24
HSL 349.16º 0.67% 0.45% -
HSV(B) 349.16º 0.8% 0.76% -
XYZ 23.67 13.12 6.44 -
YUV 87.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 193 38 66 0 0.80 0.66 0.24 349.16 0.67 0.45
Hex C1 26 42 0 50 42 18 15D 43 2D
Octal 301 46 102 0 120 102 30 535 103 55
Binary 11000001 100110 1000010 0 1010000 1000010 11000 101011101 1000011 101101

Color Harmonies of #C12642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12642

Black with #C12642

Text Example


Text Example

White with #C12642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12642; }

 p { color: rgb(193,38,66); }

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

background-color css

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

 a { background-color: rgb(193,38,66); }

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

border-color css

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

 span { border-color: rgb(193,38,66); }

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