Html Css Color HEX #C12D3A Brick Red

📋 copy color: '#C12D3A'

red 193 ◦ green 45 ◦ blue 58

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

Shades of Brick Red #C12D3A

Tints of Brick Red #C12D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 65.2%
G = 15.2%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C12D3A (or 0xC12D3A) is known color: Brick Red. HEX triplet: C1, 2D and 3A. RGB value is (193,45,58). Sum of RGB (Red+Green+Blue) = 193+45+58=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D3A is #3ED2C5. Grayscale: #5A5A5A. Windows color (decimal): -4117190 or 3812801. OLE color: 3812801.

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

Color convert

RGB 193 45 58 -
CMYK 0 0.77 0.70 0.24
HSL 354.73º 0.62% 0.47% -
HSV(B) 354.73º 0.77% 0.76% -
XYZ 23.69 13.52 5.36 -
YUV 90.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 193 45 58 0 0.77 0.70 0.24 354.73 0.62 0.47
Hex C1 2D 3A 0 4D 46 18 163 3E 2F
Octal 301 55 72 0 115 106 30 543 76 57
Binary 11000001 101101 111010 0 1001101 1000110 11000 101100011 111110 101111

Color Harmonies of #C12D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D3A

Black with #C12D3A

Text Example


Text Example

White with #C12D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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