Html Css Color HEX #C13D46 Brick Red

📋 copy color: '#C13D46'

red 193 ◦ green 61 ◦ blue 70

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

Shades of Brick Red #C13D46

Tints of Brick Red #C13D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

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

R = 59.57%
G = 18.83%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C13D46 (or 0xC13D46) is known color: Brick Red. HEX triplet: C1, 3D and 46. RGB value is (193,61,70). Sum of RGB (Red+Green+Blue) = 193+61+70=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D46 is #3EC2B9. Grayscale: #656565. Windows color (decimal): -4113082 or 4603329. OLE color: 4603329.

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

Color convert

RGB 193 61 70 -
CMYK 0 0.68 0.64 0.24
HSL 355.91º 0.52% 0.5% -
HSV(B) 355.91º 0.68% 0.76% -
XYZ 24.77 15.12 7.41 -
YUV 101.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 193 61 70 0 0.68 0.64 0.24 355.91 0.52 0.5
Hex C1 3D 46 0 44 40 18 164 34 32
Octal 301 75 106 0 104 100 30 544 64 62
Binary 11000001 111101 1000110 0 1000100 1000000 11000 101100100 110100 110010

Color Harmonies of #C13D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D46

Black with #C13D46

Text Example


Text Example

White with #C13D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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