Html Css Color HEX #C63148 Brick Red

📋 copy color: '#C63148'

red 198 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #C63148

Tints of Brick Red #C63148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 62.07%
G = 15.36%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C63148 (or 0xC63148) is known color: Brick Red. HEX triplet: C6, 31 and 48. RGB value is (198,49,72). Sum of RGB (Red+Green+Blue) = 198+49+72=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63148 is #39CEB7. Grayscale: #606060. Windows color (decimal): -3788472 or 4731334. OLE color: 4731334.

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

Color convert

RGB 198 49 72 -
CMYK 0 0.75 0.64 0.22
HSL 350.74º 0.6% 0.48% -
HSV(B) 350.74º 0.75% 0.78% -
XYZ 25.56 14.67 7.62 -
YUV 96.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 198 49 72 0 0.75 0.64 0.22 350.74 0.6 0.48
Hex C6 31 48 0 4B 40 16 15F 3C 30
Octal 306 61 110 0 113 100 26 537 74 60
Binary 11000110 110001 1001000 0 1001011 1000000 10110 101011111 111100 110000

Color Harmonies of #C63148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63148

Black with #C63148

Text Example


Text Example

White with #C63148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63148; }

 p { color: rgb(198,49,72); }

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

background-color css

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

 a { background-color: rgb(198,49,72); }

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

border-color css

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

 span { border-color: rgb(198,49,72); }

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