Html Css Color HEX #C53646 Brick Red

📋 copy color: '#C53646'

red 197 ◦ green 54 ◦ blue 70

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

Shades of Brick Red #C53646

Tints of Brick Red #C53646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 61.37%
G = 16.82%
B = 21.81%

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

#C53646 (or 0xC53646) is known color: Brick Red. HEX triplet: C5, 36 and 46. RGB value is (197,54,70). Sum of RGB (Red+Green+Blue) = 197+54+70=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C53646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53646 is #3AC9B9. Grayscale: #626262. Windows color (decimal): -3852730 or 4601541. OLE color: 4601541.

HSL color Cylindrical-coordinate representation of color #C53646: hue angle of 353.29º degrees, saturation: 0.57, 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 #C53646 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 70 -
CMYK 0 0.73 0.64 0.23
HSL 353.29º 0.57% 0.49% -
HSV(B) 353.29º 0.73% 0.77% -
XYZ 25.45 14.95 7.34 -
YUV 98.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 197 54 70 0 0.73 0.64 0.23 353.29 0.57 0.49
Hex C5 36 46 0 49 40 17 161 39 31
Octal 305 66 106 0 111 100 27 541 71 61
Binary 11000101 110110 1000110 0 1001001 1000000 10111 101100001 111001 110001

Color Harmonies of #C53646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53646

Black with #C53646

Text Example


Text Example

White with #C53646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53646; }

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

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

background-color css

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

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

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

border-color css

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

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

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