Html Css Color HEX #C12C38 Brick Red

📋 copy color: '#C12C38'

red 193 ◦ green 44 ◦ blue 56

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

Shades of Brick Red #C12C38

Tints of Brick Red #C12C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 65.87%
G = 15.02%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C12C38 (or 0xC12C38) is known color: Brick Red. HEX triplet: C1, 2C and 38. RGB value is (193,44,56). Sum of RGB (Red+Green+Blue) = 193+44+56=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C38 is #3ED3C7. Grayscale: #5A5A5A. Windows color (decimal): -4117448 or 3681473. OLE color: 3681473.

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

Color convert

RGB 193 44 56 -
CMYK 0 0.77 0.71 0.24
HSL 355.17º 0.63% 0.46% -
HSV(B) 355.17º 0.77% 0.76% -
XYZ 23.61 13.42 5.09 -
YUV 89.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 193 44 56 0 0.77 0.71 0.24 355.17 0.63 0.46
Hex C1 2C 38 0 4D 47 18 163 3F 2E
Octal 301 54 70 0 115 107 30 543 77 56
Binary 11000001 101100 111000 0 1001101 1000111 11000 101100011 111111 101110

Color Harmonies of #C12C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C38

Black with #C12C38

Text Example


Text Example

White with #C12C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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