Html Css Color HEX #C13A46 Brick Red

📋 copy color: '#C13A46'

red 193 ◦ green 58 ◦ blue 70

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

Shades of Brick Red #C13A46

Tints of Brick Red #C13A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 60.12%
G = 18.07%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C13A46 (or 0xC13A46) is known color: Brick Red. HEX triplet: C1, 3A and 46. RGB value is (193,58,70). Sum of RGB (Red+Green+Blue) = 193+58+70=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A46 is #3EC5B9. Grayscale: #636363. Windows color (decimal): -4113850 or 4602561. OLE color: 4602561.

HSL color Cylindrical-coordinate representation of color #C13A46: hue angle of 354.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A46 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 58 70 -
CMYK 0 0.70 0.64 0.24
HSL 354.67º 0.54% 0.49% -
HSV(B) 354.67º 0.7% 0.76% -
XYZ 24.61 14.81 7.36 -
YUV 99.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 193 58 70 0 0.70 0.64 0.24 354.67 0.54 0.49
Hex C1 3A 46 0 46 40 18 163 36 31
Octal 301 72 106 0 106 100 30 543 66 61
Binary 11000001 111010 1000110 0 1000110 1000000 11000 101100011 110110 110001

Color Harmonies of #C13A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A46

Black with #C13A46

Text Example


Text Example

White with #C13A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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