Html Css Color HEX #C13645 Brick Red

📋 copy color: '#C13645'

red 193 ◦ green 54 ◦ blue 69

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

Shades of Brick Red #C13645

Tints of Brick Red #C13645

RGB

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

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

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

R = 61.08%
G = 17.09%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C13645 (or 0xC13645) is known color: Brick Red. HEX triplet: C1, 36 and 45. RGB value is (193,54,69). Sum of RGB (Red+Green+Blue) = 193+54+69=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C13645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13645 is #3EC9BA. Grayscale: #616161. Windows color (decimal): -4114875 or 4536001. OLE color: 4536001.

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

Color convert

RGB 193 54 69 -
CMYK 0 0.72 0.64 0.24
HSL 353.53º 0.56% 0.48% -
HSV(B) 353.53º 0.72% 0.76% -
XYZ 24.39 14.41 7.13 -
YUV 97.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 193 54 69 0 0.72 0.64 0.24 353.53 0.56 0.48
Hex C1 36 45 0 48 40 18 162 38 30
Octal 301 66 105 0 110 100 30 542 70 60
Binary 11000001 110110 1000101 0 1001000 1000000 11000 101100010 111000 110000

Color Harmonies of #C13645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13645

Black with #C13645

Text Example


Text Example

White with #C13645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13645; }

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

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

background-color css

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

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

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

border-color css

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

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

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