Html Css Color HEX #C14146 Brick Red

📋 copy color: '#C14146'

red 193 ◦ green 65 ◦ blue 70

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

Shades of Brick Red #C14146

Tints of Brick Red #C14146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 58.84%
G = 19.82%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14146 (or 0xC14146) is known color: Brick Red. HEX triplet: C1, 41 and 46. RGB value is (193,65,70). Sum of RGB (Red+Green+Blue) = 193+65+70=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C14146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14146 is #3EBEB9. Grayscale: #676767. Windows color (decimal): -4112058 or 4604353. OLE color: 4604353.

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

Color convert

RGB 193 65 70 -
CMYK 0 0.66 0.64 0.24
HSL 357.66º 0.51% 0.51% -
HSV(B) 357.66º 0.66% 0.76% -
XYZ 24.99 15.56 7.48 -
YUV 103.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 193 65 70 0 0.66 0.64 0.24 357.66 0.51 0.51
Hex C1 41 46 0 42 40 18 166 33 33
Octal 301 101 106 0 102 100 30 546 63 63
Binary 11000001 1000001 1000110 0 1000010 1000000 11000 101100110 110011 110011

Color Harmonies of #C14146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14146

Black with #C14146

Text Example


Text Example

White with #C14146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14146; }

 p { color: rgb(193,65,70); }

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

background-color css

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

 a { background-color: rgb(193,65,70); }

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

border-color css

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

 span { border-color: rgb(193,65,70); }

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