Html Css Color HEX #C62546 Brick Red

📋 copy color: '#C62546'

red 198 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #C62546

Tints of Brick Red #C62546

RGB

 RED value IS 198 (77.73% from 255) = 64.92%

 GREEN value IS 37 (14.84% from 255) = 12.13%

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

R = 64.92%
G = 12.13%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62546 (or 0xC62546) is known color: Brick Red. HEX triplet: C6, 25 and 46. RGB value is (198,37,70). Sum of RGB (Red+Green+Blue) = 198+37+70=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C62546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62546 is #39DAB9. Grayscale: #585858. Windows color (decimal): -3791546 or 4597190. OLE color: 4597190.

HSL color Cylindrical-coordinate representation of color #C62546: hue angle of 347.7º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62546 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 70 -
CMYK 0 0.81 0.65 0.22
HSL 347.7º 0.69% 0.46% -
HSV(B) 347.7º 0.81% 0.78% -
XYZ 25.06 13.77 7.13 -
YUV 88.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 198 37 70 0 0.81 0.65 0.22 347.7 0.69 0.46
Hex C6 25 46 0 51 41 16 15C 45 2E
Octal 306 45 106 0 121 101 26 534 105 56
Binary 11000110 100101 1000110 0 1010001 1000001 10110 101011100 1000101 101110

Color Harmonies of #C62546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62546

Black with #C62546

Text Example


Text Example

White with #C62546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62546; }

 p { color: rgb(198,37,70); }

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

background-color css

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

 a { background-color: rgb(198,37,70); }

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

border-color css

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

 span { border-color: rgb(198,37,70); }

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