Html Css Color HEX #C43F48 Brick Red

📋 copy color: '#C43F48'

red 196 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #C43F48

Tints of Brick Red #C43F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 59.21%
G = 19.03%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C43F48 (or 0xC43F48) is known color: Brick Red. HEX triplet: C4, 3F and 48. RGB value is (196,63,72). Sum of RGB (Red+Green+Blue) = 196+63+72=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F48 is #3BC0B7. Grayscale: #676767. Windows color (decimal): -3915960 or 4734916. OLE color: 4734916.

HSL color Cylindrical-coordinate representation of color #C43F48: hue angle of 355.94º 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 #C43F48 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 72 -
CMYK 0 0.68 0.63 0.23
HSL 355.94º 0.53% 0.51% -
HSV(B) 355.94º 0.68% 0.77% -
XYZ 25.71 15.76 7.82 -
YUV 103.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 196 63 72 0 0.68 0.63 0.23 355.94 0.53 0.51
Hex C4 3F 48 0 44 3F 17 164 35 33
Octal 304 77 110 0 104 77 27 544 65 63
Binary 11000100 111111 1001000 0 1000100 111111 10111 101100100 110101 110011

Color Harmonies of #C43F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F48

Black with #C43F48

Text Example


Text Example

White with #C43F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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