Html Css Color HEX #C13043 Brick Red

📋 copy color: '#C13043'

red 193 ◦ green 48 ◦ blue 67

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

Shades of Brick Red #C13043

Tints of Brick Red #C13043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 62.66%
G = 15.58%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13043 (or 0xC13043) is known color: Brick Red. HEX triplet: C1, 30 and 43. RGB value is (193,48,67). Sum of RGB (Red+Green+Blue) = 193+48+67=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C13043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13043 is #3ECFBC. Grayscale: #5D5D5D. Windows color (decimal): -4116413 or 4403393. OLE color: 4403393.

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

Color convert

RGB 193 48 67 -
CMYK 0 0.75 0.65 0.24
HSL 352.14º 0.6% 0.47% -
HSV(B) 352.14º 0.75% 0.76% -
XYZ 24.06 13.86 6.72 -
YUV 93.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 193 48 67 0 0.75 0.65 0.24 352.14 0.6 0.47
Hex C1 30 43 0 4B 41 18 160 3C 2F
Octal 301 60 103 0 113 101 30 540 74 57
Binary 11000001 110000 1000011 0 1001011 1000001 11000 101100000 111100 101111

Color Harmonies of #C13043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13043

Black with #C13043

Text Example


Text Example

White with #C13043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13043; }

 p { color: rgb(193,48,67); }

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

background-color css

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

 a { background-color: rgb(193,48,67); }

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

border-color css

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

 span { border-color: rgb(193,48,67); }

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