Html Css Color HEX #C12542 Brick Red

📋 copy color: '#C12542'

red 193 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #C12542

Tints of Brick Red #C12542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 65.2%
G = 12.5%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12542 (or 0xC12542) is known color: Brick Red. HEX triplet: C1, 25 and 42. RGB value is (193,37,66). Sum of RGB (Red+Green+Blue) = 193+37+66=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C12542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12542 is #3EDABD. Grayscale: #565656. Windows color (decimal): -4119230 or 4335041. OLE color: 4335041.

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

Color convert

RGB 193 37 66 -
CMYK 0 0.81 0.66 0.24
HSL 348.85º 0.68% 0.45% -
HSV(B) 348.85º 0.81% 0.76% -
XYZ 23.64 13.05 6.43 -
YUV 86.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 193 37 66 0 0.81 0.66 0.24 348.85 0.68 0.45
Hex C1 25 42 0 51 42 18 15D 44 2D
Octal 301 45 102 0 121 102 30 535 104 55
Binary 11000001 100101 1000010 0 1010001 1000010 11000 101011101 1000100 101101

Color Harmonies of #C12542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12542

Black with #C12542

Text Example


Text Example

White with #C12542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12542; }

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

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

background-color css

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

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

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

border-color css

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

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

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