Html Css Color HEX #C63644 Brick Red

📋 copy color: '#C63644'

red 198 ◦ green 54 ◦ blue 68

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

Shades of Brick Red #C63644

Tints of Brick Red #C63644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 61.88%
G = 16.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C63644 (or 0xC63644) is known color: Brick Red. HEX triplet: C6, 36 and 44. RGB value is (198,54,68). Sum of RGB (Red+Green+Blue) = 198+54+68=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C63644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63644 is #39C9BB. Grayscale: #626262. Windows color (decimal): -3787196 or 4470470. OLE color: 4470470.

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

Color convert

RGB 198 54 68 -
CMYK 0 0.73 0.66 0.22
HSL 354.17º 0.57% 0.49% -
HSV(B) 354.17º 0.73% 0.78% -
XYZ 25.65 15.06 7.02 -
YUV 98.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 198 54 68 0 0.73 0.66 0.22 354.17 0.57 0.49
Hex C6 36 44 0 49 42 16 162 39 31
Octal 306 66 104 0 111 102 26 542 71 61
Binary 11000110 110110 1000100 0 1001001 1000010 10110 101100010 111001 110001

Color Harmonies of #C63644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63644

Black with #C63644

Text Example


Text Example

White with #C63644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63644; }

 p { color: rgb(198,54,68); }

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

background-color css

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

 a { background-color: rgb(198,54,68); }

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

border-color css

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

 span { border-color: rgb(198,54,68); }

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