Html Css Color HEX #C42443 Brick Red

📋 copy color: '#C42443'

red 196 ◦ green 36 ◦ blue 67

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

Shades of Brick Red #C42443

Tints of Brick Red #C42443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 65.55%
G = 12.04%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C42443 (or 0xC42443) is known color: Brick Red. HEX triplet: C4, 24 and 43. RGB value is (196,36,67). Sum of RGB (Red+Green+Blue) = 196+36+67=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C42443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42443 is #3BDBBC. Grayscale: #575757. Windows color (decimal): -3922877 or 4400324. OLE color: 4400324.

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

Color convert

RGB 196 36 67 -
CMYK 0 0.82 0.66 0.23
HSL 348.38º 0.69% 0.45% -
HSV(B) 348.38º 0.82% 0.77% -
XYZ 24.41 13.4 6.61 -
YUV 87.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 196 36 67 0 0.82 0.66 0.23 348.38 0.69 0.45
Hex C4 24 43 0 52 42 17 15C 45 2D
Octal 304 44 103 0 122 102 27 534 105 55
Binary 11000100 100100 1000011 0 1010010 1000010 10111 101011100 1000101 101101

Color Harmonies of #C42443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42443

Black with #C42443

Text Example


Text Example

White with #C42443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42443; }

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

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

background-color css

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

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

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

border-color css

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

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

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