Html Css Color HEX #C43F46 Brick Red

📋 copy color: '#C43F46'

red 196 ◦ green 63 ◦ blue 70

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

Shades of Brick Red #C43F46

Tints of Brick Red #C43F46

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 59.57%
G = 19.15%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C43F46 (or 0xC43F46) is known color: Brick Red. HEX triplet: C4, 3F and 46. RGB value is (196,63,70). Sum of RGB (Red+Green+Blue) = 196+63+70=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F46 is #3BC0B9. Grayscale: #676767. Windows color (decimal): -3915962 or 4603844. OLE color: 4603844.

HSL color Cylindrical-coordinate representation of color #C43F46: hue angle of 356.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F46 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 70 -
CMYK 0 0.68 0.64 0.23
HSL 356.84º 0.53% 0.51% -
HSV(B) 356.84º 0.68% 0.77% -
XYZ 25.65 15.73 7.48 -
YUV 103.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 196 63 70 0 0.68 0.64 0.23 356.84 0.53 0.51
Hex C4 3F 46 0 44 40 17 165 35 33
Octal 304 77 106 0 104 100 27 545 65 63
Binary 11000100 111111 1000110 0 1000100 1000000 10111 101100101 110101 110011

Color Harmonies of #C43F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F46

Black with #C43F46

Text Example


Text Example

White with #C43F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F46; }

 p { color: rgb(196,63,70); }

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

background-color css

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

 a { background-color: rgb(196,63,70); }

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

border-color css

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

 span { border-color: rgb(196,63,70); }

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