Html Css Color HEX #C12D45 Brick Red

📋 copy color: '#C12D45'

red 193 ◦ green 45 ◦ blue 69

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

Shades of Brick Red #C12D45

Tints of Brick Red #C12D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

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

R = 62.87%
G = 14.66%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12D45 (or 0xC12D45) is known color: Brick Red. HEX triplet: C1, 2D and 45. RGB value is (193,45,69). Sum of RGB (Red+Green+Blue) = 193+45+69=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D45 is #3ED2BA. Grayscale: #5C5C5C. Windows color (decimal): -4117179 or 4533697. OLE color: 4533697.

HSL color Cylindrical-coordinate representation of color #C12D45: hue angle of 350.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D45 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 69 -
CMYK 0 0.77 0.64 0.24
HSL 350.27º 0.62% 0.47% -
HSV(B) 350.27º 0.77% 0.76% -
XYZ 24 13.64 7 -
YUV 91.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 193 45 69 0 0.77 0.64 0.24 350.27 0.62 0.47
Hex C1 2D 45 0 4D 40 18 15E 3E 2F
Octal 301 55 105 0 115 100 30 536 76 57
Binary 11000001 101101 1000101 0 1001101 1000000 11000 101011110 111110 101111

Color Harmonies of #C12D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D45

Black with #C12D45

Text Example


Text Example

White with #C12D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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