Html Css Color HEX #C13642 Brick Red

📋 copy color: '#C13642'

red 193 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #C13642

Tints of Brick Red #C13642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 61.66%
G = 17.25%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13642 (or 0xC13642) is known color: Brick Red. HEX triplet: C1, 36 and 42. RGB value is (193,54,66). Sum of RGB (Red+Green+Blue) = 193+54+66=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13642 is #3EC9BD. Grayscale: #616161. Windows color (decimal): -4114878 or 4339393. OLE color: 4339393.

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

Color convert

RGB 193 54 66 -
CMYK 0 0.72 0.66 0.24
HSL 354.82º 0.56% 0.48% -
HSV(B) 354.82º 0.72% 0.76% -
XYZ 24.29 14.37 6.65 -
YUV 96.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 193 54 66 0 0.72 0.66 0.24 354.82 0.56 0.48
Hex C1 36 42 0 48 42 18 163 38 30
Octal 301 66 102 0 110 102 30 543 70 60
Binary 11000001 110110 1000010 0 1001000 1000010 11000 101100011 111000 110000

Color Harmonies of #C13642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13642

Black with #C13642

Text Example


Text Example

White with #C13642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13642; }

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

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

background-color css

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

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

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

border-color css

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

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

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