Html Css Color HEX #C12C37 Brick Red

📋 copy color: '#C12C37'

red 193 ◦ green 44 ◦ blue 55

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

Shades of Brick Red #C12C37

Tints of Brick Red #C12C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.07%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 66.1%
G = 15.07%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C12C37 (or 0xC12C37) is known color: Brick Red. HEX triplet: C1, 2C and 37. RGB value is (193,44,55). Sum of RGB (Red+Green+Blue) = 193+44+55=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C37 is #3ED3C8. Grayscale: #595959. Windows color (decimal): -4117449 or 3615937. OLE color: 3615937.

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

Color convert

RGB 193 44 55 -
CMYK 0 0.77 0.72 0.24
HSL 355.57º 0.63% 0.46% -
HSV(B) 355.57º 0.77% 0.76% -
XYZ 23.58 13.41 4.96 -
YUV 89.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 193 44 55 0 0.77 0.72 0.24 355.57 0.63 0.46
Hex C1 2C 37 0 4D 48 18 164 3F 2E
Octal 301 54 67 0 115 110 30 544 77 56
Binary 11000001 101100 110111 0 1001101 1001000 11000 101100100 111111 101110

Color Harmonies of #C12C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C37

Black with #C12C37

Text Example


Text Example

White with #C12C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C37; }

 p { color: rgb(193,44,55); }

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

background-color css

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

 a { background-color: rgb(193,44,55); }

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

border-color css

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

 span { border-color: rgb(193,44,55); }

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