Html Css Color HEX #C12745 Brick Red

📋 copy color: '#C12745'

red 193 ◦ green 39 ◦ blue 69

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

Shades of Brick Red #C12745

Tints of Brick Red #C12745

RGB

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

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

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

R = 64.12%
G = 12.96%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12745 (or 0xC12745) is known color: Brick Red. HEX triplet: C1, 27 and 45. RGB value is (193,39,69). Sum of RGB (Red+Green+Blue) = 193+39+69=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C12745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12745 is #3ED8BA. Grayscale: #585858. Windows color (decimal): -4118715 or 4532161. OLE color: 4532161.

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

Color convert

RGB 193 39 69 -
CMYK 0 0.80 0.64 0.24
HSL 348.31º 0.66% 0.45% -
HSV(B) 348.31º 0.8% 0.76% -
XYZ 23.79 13.22 6.93 -
YUV 88.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 193 39 69 0 0.80 0.64 0.24 348.31 0.66 0.45
Hex C1 27 45 0 50 40 18 15C 42 2D
Octal 301 47 105 0 120 100 30 534 102 55
Binary 11000001 100111 1000101 0 1010000 1000000 11000 101011100 1000010 101101

Color Harmonies of #C12745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12745

Black with #C12745

Text Example


Text Example

White with #C12745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12745; }

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

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

background-color css

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

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

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

border-color css

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

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

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