Html Css Color HEX #C53546 Brick Red

📋 copy color: '#C53546'

red 197 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #C53546

Tints of Brick Red #C53546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 61.56%
G = 16.56%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C53546 (or 0xC53546) is known color: Brick Red. HEX triplet: C5, 35 and 46. RGB value is (197,53,70). Sum of RGB (Red+Green+Blue) = 197+53+70=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53546 is #3ACAB9. Grayscale: #626262. Windows color (decimal): -3852986 or 4601285. OLE color: 4601285.

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

Color convert

RGB 197 53 70 -
CMYK 0 0.73 0.64 0.23
HSL 352.92º 0.58% 0.49% -
HSV(B) 352.92º 0.73% 0.77% -
XYZ 25.4 14.86 7.32 -
YUV 97.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 197 53 70 0 0.73 0.64 0.23 352.92 0.58 0.49
Hex C5 35 46 0 49 40 17 161 3A 31
Octal 305 65 106 0 111 100 27 541 72 61
Binary 11000101 110101 1000110 0 1001001 1000000 10111 101100001 111010 110001

Color Harmonies of #C53546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53546

Black with #C53546

Text Example


Text Example

White with #C53546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53546; }

 p { color: rgb(197,53,70); }

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

background-color css

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

 a { background-color: rgb(197,53,70); }

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

border-color css

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

 span { border-color: rgb(197,53,70); }

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