Html Css Color HEX #C13844 Brick Red

📋 copy color: '#C13844'

red 193 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #C13844

Tints of Brick Red #C13844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 60.88%
G = 17.67%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13844 (or 0xC13844) is known color: Brick Red. HEX triplet: C1, 38 and 44. RGB value is (193,56,68). Sum of RGB (Red+Green+Blue) = 193+56+68=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13844 is #3EC7BB. Grayscale: #626262. Windows color (decimal): -4114364 or 4470977. OLE color: 4470977.

HSL color Cylindrical-coordinate representation of color #C13844: hue angle of 354.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13844 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 68 -
CMYK 0 0.71 0.65 0.24
HSL 354.74º 0.55% 0.49% -
HSV(B) 354.74º 0.71% 0.76% -
XYZ 24.45 14.58 7 -
YUV 98.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 193 56 68 0 0.71 0.65 0.24 354.74 0.55 0.49
Hex C1 38 44 0 47 41 18 163 37 31
Octal 301 70 104 0 107 101 30 543 67 61
Binary 11000001 111000 1000100 0 1000111 1000001 11000 101100011 110111 110001

Color Harmonies of #C13844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13844

Black with #C13844

Text Example


Text Example

White with #C13844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13844; }

 p { color: rgb(193,56,68); }

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

background-color css

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

 a { background-color: rgb(193,56,68); }

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

border-color css

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

 span { border-color: rgb(193,56,68); }

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