Html Css Color HEX #C62346 Brick Red

📋 copy color: '#C62346'

red 198 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #C62346

Tints of Brick Red #C62346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 65.35%
G = 11.55%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62346 (or 0xC62346) is known color: Brick Red. HEX triplet: C6, 23 and 46. RGB value is (198,35,70). Sum of RGB (Red+Green+Blue) = 198+35+70=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C62346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62346 is #39DCB9. Grayscale: #575757. Windows color (decimal): -3792058 or 4596678. OLE color: 4596678.

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

Color convert

RGB 198 35 70 -
CMYK 0 0.82 0.65 0.22
HSL 347.12º 0.7% 0.46% -
HSV(B) 347.12º 0.82% 0.78% -
XYZ 25 13.65 7.11 -
YUV 87.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 198 35 70 0 0.82 0.65 0.22 347.12 0.7 0.46
Hex C6 23 46 0 52 41 16 15B 46 2E
Octal 306 43 106 0 122 101 26 533 106 56
Binary 11000110 100011 1000110 0 1010010 1000001 10110 101011011 1000110 101110

Color Harmonies of #C62346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62346

Black with #C62346

Text Example


Text Example

White with #C62346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62346; }

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

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

background-color css

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

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

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

border-color css

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

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

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