Html Css Color HEX #C13542 Brick Red

📋 copy color: '#C13542'

red 193 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C13542

Tints of Brick Red #C13542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 61.86%
G = 16.99%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13542 (or 0xC13542) is known color: Brick Red. HEX triplet: C1, 35 and 42. RGB value is (193,53,66). Sum of RGB (Red+Green+Blue) = 193+53+66=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C13542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13542 is #3ECABD. Grayscale: #606060. Windows color (decimal): -4115134 or 4339137. OLE color: 4339137.

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

Color convert

RGB 193 53 66 -
CMYK 0 0.73 0.66 0.24
HSL 354.43º 0.57% 0.48% -
HSV(B) 354.43º 0.73% 0.76% -
XYZ 24.25 14.28 6.63 -
YUV 96.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 193 53 66 0 0.73 0.66 0.24 354.43 0.57 0.48
Hex C1 35 42 0 49 42 18 162 39 30
Octal 301 65 102 0 111 102 30 542 71 60
Binary 11000001 110101 1000010 0 1001001 1000010 11000 101100010 111001 110000

Color Harmonies of #C13542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13542

Black with #C13542

Text Example


Text Example

White with #C13542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13542; }

 p { color: rgb(193,53,66); }

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

background-color css

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

 a { background-color: rgb(193,53,66); }

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

border-color css

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

 span { border-color: rgb(193,53,66); }

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