Html Css Color HEX #C13140 Brick Red

📋 copy color: '#C13140'

red 193 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #C13140

Tints of Brick Red #C13140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 63.07%
G = 16.01%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C13140 (or 0xC13140) is known color: Brick Red. HEX triplet: C1, 31 and 40. RGB value is (193,49,64). Sum of RGB (Red+Green+Blue) = 193+49+64=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C13140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13140 is #3ECEBF. Grayscale: #5D5D5D. Windows color (decimal): -4116160 or 4207041. OLE color: 4207041.

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

Color convert

RGB 193 49 64 -
CMYK 0 0.75 0.67 0.24
HSL 353.75º 0.6% 0.47% -
HSV(B) 353.75º 0.75% 0.76% -
XYZ 24.02 13.9 6.27 -
YUV 93.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 193 49 64 0 0.75 0.67 0.24 353.75 0.6 0.47
Hex C1 31 40 0 4B 43 18 162 3C 2F
Octal 301 61 100 0 113 103 30 542 74 57
Binary 11000001 110001 1000000 0 1001011 1000011 11000 101100010 111100 101111

Color Harmonies of #C13140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13140

Black with #C13140

Text Example


Text Example

White with #C13140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13140; }

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

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

background-color css

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

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

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

border-color css

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

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

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