Html Css Color HEX #C12D42 Brick Red

📋 copy color: '#C12D42'

red 193 ◦ green 45 ◦ blue 66

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

Shades of Brick Red #C12D42

Tints of Brick Red #C12D42

RGB

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

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

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

R = 63.49%
G = 14.8%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12D42 (or 0xC12D42) is known color: Brick Red. HEX triplet: C1, 2D and 42. RGB value is (193,45,66). Sum of RGB (Red+Green+Blue) = 193+45+66=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D42 is #3ED2BD. Grayscale: #5B5B5B. Windows color (decimal): -4117182 or 4337089. OLE color: 4337089.

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

Color convert

RGB 193 45 66 -
CMYK 0 0.77 0.66 0.24
HSL 351.49º 0.62% 0.47% -
HSV(B) 351.49º 0.77% 0.76% -
XYZ 23.91 13.61 6.52 -
YUV 91.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 193 45 66 0 0.77 0.66 0.24 351.49 0.62 0.47
Hex C1 2D 42 0 4D 42 18 15F 3E 2F
Octal 301 55 102 0 115 102 30 537 76 57
Binary 11000001 101101 1000010 0 1001101 1000010 11000 101011111 111110 101111

Color Harmonies of #C12D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D42

Black with #C12D42

Text Example


Text Example

White with #C12D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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