Html Css Color HEX #C43143 Brick Red

📋 copy color: '#C43143'

red 196 ◦ green 49 ◦ blue 67

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

Shades of Brick Red #C43143

Tints of Brick Red #C43143

RGB

 RED value IS 196 (76.95% from 255) = 62.82%

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 62.82%
G = 15.71%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43143 (or 0xC43143) is known color: Brick Red. HEX triplet: C4, 31 and 43. RGB value is (196,49,67). Sum of RGB (Red+Green+Blue) = 196+49+67=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C43143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43143 is #3BCEBC. Grayscale: #5F5F5F. Windows color (decimal): -3919549 or 4403652. OLE color: 4403652.

HSL color Cylindrical-coordinate representation of color #C43143: hue angle of 352.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43143 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 67 -
CMYK 0 0.75 0.66 0.23
HSL 352.65º 0.6% 0.48% -
HSV(B) 352.65º 0.75% 0.77% -
XYZ 24.88 14.34 6.77 -
YUV 95.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 196 49 67 0 0.75 0.66 0.23 352.65 0.6 0.48
Hex C4 31 43 0 4B 42 17 161 3C 30
Octal 304 61 103 0 113 102 27 541 74 60
Binary 11000100 110001 1000011 0 1001011 1000010 10111 101100001 111100 110000

Color Harmonies of #C43143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43143

Black with #C43143

Text Example


Text Example

White with #C43143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43143; }

 p { color: rgb(196,49,67); }

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

background-color css

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

 a { background-color: rgb(196,49,67); }

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

border-color css

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

 span { border-color: rgb(196,49,67); }

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