Html Css Color HEX #C53B46 Brick Red

📋 copy color: '#C53B46'

red 197 ◦ green 59 ◦ blue 70

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

Shades of Brick Red #C53B46

Tints of Brick Red #C53B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

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

R = 60.43%
G = 18.1%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C53B46 (or 0xC53B46) is known color: Brick Red. HEX triplet: C5, 3B and 46. RGB value is (197,59,70). Sum of RGB (Red+Green+Blue) = 197+59+70=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B46 is #3AC4B9. Grayscale: #656565. Windows color (decimal): -3851450 or 4602821. OLE color: 4602821.

HSL color Cylindrical-coordinate representation of color #C53B46: hue angle of 355.22º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B46 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 70 -
CMYK 0 0.70 0.64 0.23
HSL 355.22º 0.54% 0.5% -
HSV(B) 355.22º 0.7% 0.77% -
XYZ 25.7 15.44 7.42 -
YUV 101.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 197 59 70 0 0.70 0.64 0.23 355.22 0.54 0.5
Hex C5 3B 46 0 46 40 17 163 36 32
Octal 305 73 106 0 106 100 27 543 66 62
Binary 11000101 111011 1000110 0 1000110 1000000 10111 101100011 110110 110010

Color Harmonies of #C53B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B46

Black with #C53B46

Text Example


Text Example

White with #C53B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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