Html Css Color HEX #C43348 Brick Red

📋 copy color: '#C43348'

red 196 ◦ green 51 ◦ blue 72

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

Shades of Brick Red #C43348

Tints of Brick Red #C43348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 61.44%
G = 15.99%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C43348 (or 0xC43348) is known color: Brick Red. HEX triplet: C4, 33 and 48. RGB value is (196,51,72). Sum of RGB (Red+Green+Blue) = 196+51+72=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C43348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43348 is #3BCCB7. Grayscale: #606060. Windows color (decimal): -3919032 or 4731844. OLE color: 4731844.

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

Color convert

RGB 196 51 72 -
CMYK 0 0.74 0.63 0.23
HSL 351.31º 0.59% 0.48% -
HSV(B) 351.31º 0.74% 0.77% -
XYZ 25.12 14.57 7.62 -
YUV 96.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 196 51 72 0 0.74 0.63 0.23 351.31 0.59 0.48
Hex C4 33 48 0 4A 3F 17 15F 3B 30
Octal 304 63 110 0 112 77 27 537 73 60
Binary 11000100 110011 1001000 0 1001010 111111 10111 101011111 111011 110000

Color Harmonies of #C43348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43348

Black with #C43348

Text Example


Text Example

White with #C43348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43348; }

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

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

background-color css

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

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

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

border-color css

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

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

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