Html Css Color HEX #C63449 Brick Red

📋 copy color: '#C63449'

red 198 ◦ green 52 ◦ blue 73

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

Shades of Brick Red #C63449

Tints of Brick Red #C63449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 61.3%
G = 16.1%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C63449 (or 0xC63449) is known color: Brick Red. HEX triplet: C6, 34 and 49. RGB value is (198,52,73). Sum of RGB (Red+Green+Blue) = 198+52+73=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63449 is #39CBB6. Grayscale: #626262. Windows color (decimal): -3787703 or 4797638. OLE color: 4797638.

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

Color convert

RGB 198 52 73 -
CMYK 0 0.74 0.63 0.22
HSL 351.37º 0.58% 0.49% -
HSV(B) 351.37º 0.74% 0.78% -
XYZ 25.72 14.94 7.83 -
YUV 98.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 198 52 73 0 0.74 0.63 0.22 351.37 0.58 0.49
Hex C6 34 49 0 4A 3F 16 15F 3A 31
Octal 306 64 111 0 112 77 26 537 72 61
Binary 11000110 110100 1001001 0 1001010 111111 10110 101011111 111010 110001

Color Harmonies of #C63449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63449

Black with #C63449

Text Example


Text Example

White with #C63449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63449; }

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

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

background-color css

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

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

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

border-color css

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

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

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