Html Css Color HEX #C63B48 Brick Red

📋 copy color: '#C63B48'

red 198 ◦ green 59 ◦ blue 72

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

Shades of Brick Red #C63B48

Tints of Brick Red #C63B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

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

R = 60.18%
G = 17.93%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C63B48 (or 0xC63B48) is known color: Brick Red. HEX triplet: C6, 3B and 48. RGB value is (198,59,72). Sum of RGB (Red+Green+Blue) = 198+59+72=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B48 is #39C4B7. Grayscale: #666666. Windows color (decimal): -3785912 or 4733894. OLE color: 4733894.

HSL color Cylindrical-coordinate representation of color #C63B48: hue angle of 354.39º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B48 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 59 72 -
CMYK 0 0.70 0.64 0.22
HSL 354.39º 0.55% 0.5% -
HSV(B) 354.39º 0.7% 0.78% -
XYZ 26.02 15.6 7.77 -
YUV 102.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 198 59 72 0 0.70 0.64 0.22 354.39 0.55 0.5
Hex C6 3B 48 0 46 40 16 162 37 32
Octal 306 73 110 0 106 100 26 542 67 62
Binary 11000110 111011 1001000 0 1000110 1000000 10110 101100010 110111 110010

Color Harmonies of #C63B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B48

Black with #C63B48

Text Example


Text Example

White with #C63B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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