Html Css Color HEX #C63249 Brick Red

📋 copy color: '#C63249'

red 198 ◦ green 50 ◦ blue 73

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

Shades of Brick Red #C63249

Tints of Brick Red #C63249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 61.68%
G = 15.58%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C63249 (or 0xC63249) is known color: Brick Red. HEX triplet: C6, 32 and 49. RGB value is (198,50,73). Sum of RGB (Red+Green+Blue) = 198+50+73=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C63249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63249 is #39CDB6. Grayscale: #606060. Windows color (decimal): -3788215 or 4797126. OLE color: 4797126.

HSL color Cylindrical-coordinate representation of color #C63249: hue angle of 350.68º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63249 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 73 -
CMYK 0 0.75 0.63 0.22
HSL 350.68º 0.6% 0.49% -
HSV(B) 350.68º 0.75% 0.78% -
XYZ 25.63 14.77 7.8 -
YUV 96.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 198 50 73 0 0.75 0.63 0.22 350.68 0.6 0.49
Hex C6 32 49 0 4B 3F 16 15F 3C 31
Octal 306 62 111 0 113 77 26 537 74 61
Binary 11000110 110010 1001001 0 1001011 111111 10110 101011111 111100 110001

Color Harmonies of #C63249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63249

Black with #C63249

Text Example


Text Example

White with #C63249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63249; }

 p { color: rgb(198,50,73); }

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

background-color css

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

 a { background-color: rgb(198,50,73); }

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

border-color css

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

 span { border-color: rgb(198,50,73); }

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