Html Css Color HEX #C14045 Brick Red

📋 copy color: '#C14045'

red 193 ◦ green 64 ◦ blue 69

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

Shades of Brick Red #C14045

Tints of Brick Red #C14045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 59.2%
G = 19.63%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14045 (or 0xC14045) is known color: Brick Red. HEX triplet: C1, 40 and 45. RGB value is (193,64,69). Sum of RGB (Red+Green+Blue) = 193+64+69=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C14045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14045 is #3EBFBA. Grayscale: #676767. Windows color (decimal): -4112315 or 4538561. OLE color: 4538561.

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

Color convert

RGB 193 64 69 -
CMYK 0 0.67 0.64 0.24
HSL 357.67º 0.51% 0.5% -
HSV(B) 357.67º 0.67% 0.76% -
XYZ 24.9 15.43 7.3 -
YUV 103.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 193 64 69 0 0.67 0.64 0.24 357.67 0.51 0.5
Hex C1 40 45 0 43 40 18 166 33 32
Octal 301 100 105 0 103 100 30 546 63 62
Binary 11000001 1000000 1000101 0 1000011 1000000 11000 101100110 110011 110010

Color Harmonies of #C14045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14045

Black with #C14045

Text Example


Text Example

White with #C14045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14045; }

 p { color: rgb(193,64,69); }

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

background-color css

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

 a { background-color: rgb(193,64,69); }

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

border-color css

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

 span { border-color: rgb(193,64,69); }

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