Html Css Color HEX #C12A3E Brick Red

📋 copy color: '#C12A3E'

red 193 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #C12A3E

Tints of Brick Red #C12A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 64.98%
G = 14.14%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C12A3E (or 0xC12A3E) is known color: Brick Red. HEX triplet: C1, 2A and 3E. RGB value is (193,42,62). Sum of RGB (Red+Green+Blue) = 193+42+62=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A3E is #3ED5C1. Grayscale: #595959. Windows color (decimal): -4117954 or 4074177. OLE color: 4074177.

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

Color convert

RGB 193 42 62 -
CMYK 0 0.78 0.68 0.24
HSL 352.05º 0.64% 0.46% -
HSV(B) 352.05º 0.78% 0.76% -
XYZ 23.69 13.34 5.88 -
YUV 89.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 193 42 62 0 0.78 0.68 0.24 352.05 0.64 0.46
Hex C1 2A 3E 0 4E 44 18 160 40 2E
Octal 301 52 76 0 116 104 30 540 100 56
Binary 11000001 101010 111110 0 1001110 1000100 11000 101100000 1000000 101110

Color Harmonies of #C12A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A3E

Black with #C12A3E

Text Example


Text Example

White with #C12A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A3E; }

 p { color: rgb(193,42,62); }

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

background-color css

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

 a { background-color: rgb(193,42,62); }

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

border-color css

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

 span { border-color: rgb(193,42,62); }

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