Html Css Color HEX #C12644 Brick Red

📋 copy color: '#C12644'

red 193 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #C12644

Tints of Brick Red #C12644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 64.55%
G = 12.71%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C12644 (or 0xC12644) is known color: Brick Red. HEX triplet: C1, 26 and 44. RGB value is (193,38,68). Sum of RGB (Red+Green+Blue) = 193+38+68=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C12644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12644 is #3ED9BB. Grayscale: #575757. Windows color (decimal): -4118972 or 4466369. OLE color: 4466369.

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

Color convert

RGB 193 38 68 -
CMYK 0 0.80 0.65 0.24
HSL 348.39º 0.67% 0.45% -
HSV(B) 348.39º 0.8% 0.76% -
XYZ 23.73 13.14 6.75 -
YUV 87.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 193 38 68 0 0.80 0.65 0.24 348.39 0.67 0.45
Hex C1 26 44 0 50 41 18 15C 43 2D
Octal 301 46 104 0 120 101 30 534 103 55
Binary 11000001 100110 1000100 0 1010000 1000001 11000 101011100 1000011 101101

Color Harmonies of #C12644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12644

Black with #C12644

Text Example


Text Example

White with #C12644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12644; }

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

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

background-color css

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

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

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

border-color css

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

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

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