Html Css Color HEX #C12744 Brick Red

📋 copy color: '#C12744'

red 193 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #C12744

Tints of Brick Red #C12744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 64.33%
G = 13%
B = 22.67%

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

#C12744 (or 0xC12744) is known color: Brick Red. HEX triplet: C1, 27 and 44. RGB value is (193,39,68). Sum of RGB (Red+Green+Blue) = 193+39+68=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C12744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12744 is #3ED8BB. Grayscale: #585858. Windows color (decimal): -4118716 or 4466625. OLE color: 4466625.

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

Color convert

RGB 193 39 68 -
CMYK 0 0.80 0.65 0.24
HSL 348.7º 0.66% 0.45% -
HSV(B) 348.7º 0.8% 0.76% -
XYZ 23.76 13.21 6.77 -
YUV 88.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 193 39 68 0 0.80 0.65 0.24 348.7 0.66 0.45
Hex C1 27 44 0 50 41 18 15D 42 2D
Octal 301 47 104 0 120 101 30 535 102 55
Binary 11000001 100111 1000100 0 1010000 1000001 11000 101011101 1000010 101101

Color Harmonies of #C12744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12744

Black with #C12744

Text Example


Text Example

White with #C12744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12744; }

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

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

background-color css

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

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

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

border-color css

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

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

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