Html Css Color HEX #C13644 Brick Red

📋 copy color: '#C13644'

red 193 ◦ green 54 ◦ blue 68

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

Shades of Brick Red #C13644

Tints of Brick Red #C13644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 61.27%
G = 17.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13644 (or 0xC13644) is known color: Brick Red. HEX triplet: C1, 36 and 44. RGB value is (193,54,68). Sum of RGB (Red+Green+Blue) = 193+54+68=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C13644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13644 is #3EC9BB. Grayscale: #616161. Windows color (decimal): -4114876 or 4470465. OLE color: 4470465.

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

Color convert

RGB 193 54 68 -
CMYK 0 0.72 0.65 0.24
HSL 353.96º 0.56% 0.48% -
HSV(B) 353.96º 0.72% 0.76% -
XYZ 24.35 14.39 6.96 -
YUV 97.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 193 54 68 0 0.72 0.65 0.24 353.96 0.56 0.48
Hex C1 36 44 0 48 41 18 162 38 30
Octal 301 66 104 0 110 101 30 542 70 60
Binary 11000001 110110 1000100 0 1001000 1000001 11000 101100010 111000 110000

Color Harmonies of #C13644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13644

Black with #C13644

Text Example


Text Example

White with #C13644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13644; }

 p { color: rgb(193,54,68); }

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

background-color css

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

 a { background-color: rgb(193,54,68); }

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

border-color css

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

 span { border-color: rgb(193,54,68); }

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