Html Css Color HEX #C54046 Brick Red

📋 copy color: '#C54046'

red 197 ◦ green 64 ◦ blue 70

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

Shades of Brick Red #C54046

Tints of Brick Red #C54046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 59.52%
G = 19.34%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C54046 (or 0xC54046) is known color: Brick Red. HEX triplet: C5, 40 and 46. RGB value is (197,64,70). Sum of RGB (Red+Green+Blue) = 197+64+70=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C54046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54046 is #3ABFB9. Grayscale: #686868. Windows color (decimal): -3850170 or 4604101. OLE color: 4604101.

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

Color convert

RGB 197 64 70 -
CMYK 0 0.68 0.64 0.23
HSL 357.29º 0.53% 0.51% -
HSV(B) 357.29º 0.68% 0.77% -
XYZ 25.96 15.98 7.51 -
YUV 104.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 197 64 70 0 0.68 0.64 0.23 357.29 0.53 0.51
Hex C5 40 46 0 44 40 17 165 35 33
Octal 305 100 106 0 104 100 27 545 65 63
Binary 11000101 1000000 1000110 0 1000100 1000000 10111 101100101 110101 110011

Color Harmonies of #C54046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54046

Black with #C54046

Text Example


Text Example

White with #C54046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54046; }

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

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

background-color css

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

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

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

border-color css

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

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

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