Html Css Color HEX #C43443 Brick Red

📋 copy color: '#C43443'

red 196 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #C43443

Tints of Brick Red #C43443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 62.22%
G = 16.51%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43443 (or 0xC43443) is known color: Brick Red. HEX triplet: C4, 34 and 43. RGB value is (196,52,67). Sum of RGB (Red+Green+Blue) = 196+52+67=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43443 is #3BCBBC. Grayscale: #606060. Windows color (decimal): -3918781 or 4404420. OLE color: 4404420.

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

Color convert

RGB 196 52 67 -
CMYK 0 0.73 0.66 0.23
HSL 353.75º 0.58% 0.49% -
HSV(B) 353.75º 0.73% 0.77% -
XYZ 25.01 14.6 6.81 -
YUV 96.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 196 52 67 0 0.73 0.66 0.23 353.75 0.58 0.49
Hex C4 34 43 0 49 42 17 162 3A 31
Octal 304 64 103 0 111 102 27 542 72 61
Binary 11000100 110100 1000011 0 1001001 1000010 10111 101100010 111010 110001

Color Harmonies of #C43443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43443

Black with #C43443

Text Example


Text Example

White with #C43443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43443; }

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

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

background-color css

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

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

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

border-color css

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

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

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