Html Css Color HEX #C53448 Brick Red

📋 copy color: '#C53448'

red 197 ◦ green 52 ◦ blue 72

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

Shades of Brick Red #C53448

Tints of Brick Red #C53448

RGB

 RED value IS 197 (77.34% from 255) = 61.37%

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

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

R = 61.37%
G = 16.2%
B = 22.43%

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

#C53448 (or 0xC53448) is known color: Brick Red. HEX triplet: C5, 34 and 48. RGB value is (197,52,72). Sum of RGB (Red+Green+Blue) = 197+52+72=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C53448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53448 is #3ACBB7. Grayscale: #616161. Windows color (decimal): -3853240 or 4732101. OLE color: 4732101.

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

Color convert

RGB 197 52 72 -
CMYK 0 0.74 0.63 0.23
HSL 351.72º 0.58% 0.49% -
HSV(B) 351.72º 0.74% 0.77% -
XYZ 25.42 14.79 7.65 -
YUV 97.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 197 52 72 0 0.74 0.63 0.23 351.72 0.58 0.49
Hex C5 34 48 0 4A 3F 17 160 3A 31
Octal 305 64 110 0 112 77 27 540 72 61
Binary 11000101 110100 1001000 0 1001010 111111 10111 101100000 111010 110001

Color Harmonies of #C53448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53448

Black with #C53448

Text Example


Text Example

White with #C53448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53448; }

 p { color: rgb(197,52,72); }

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

background-color css

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

 a { background-color: rgb(197,52,72); }

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

border-color css

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

 span { border-color: rgb(197,52,72); }

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