Html Css Color HEX #C13843 Brick Red

📋 copy color: '#C13843'

red 193 ◦ green 56 ◦ blue 67

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

Shades of Brick Red #C13843

Tints of Brick Red #C13843

RGB

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

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

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

R = 61.08%
G = 17.72%
B = 21.2%

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

#C13843 (or 0xC13843) is known color: Brick Red. HEX triplet: C1, 38 and 43. RGB value is (193,56,67). Sum of RGB (Red+Green+Blue) = 193+56+67=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C13843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13843 is #3EC7BC. Grayscale: #626262. Windows color (decimal): -4114365 or 4405441. OLE color: 4405441.

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

Color convert

RGB 193 56 67 -
CMYK 0 0.71 0.65 0.24
HSL 355.18º 0.55% 0.49% -
HSV(B) 355.18º 0.71% 0.76% -
XYZ 24.42 14.57 6.84 -
YUV 98.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 193 56 67 0 0.71 0.65 0.24 355.18 0.55 0.49
Hex C1 38 43 0 47 41 18 163 37 31
Octal 301 70 103 0 107 101 30 543 67 61
Binary 11000001 111000 1000011 0 1000111 1000001 11000 101100011 110111 110001

Color Harmonies of #C13843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13843

Black with #C13843

Text Example


Text Example

White with #C13843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13843; }

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

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

background-color css

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

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

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

border-color css

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

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

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