Html Css Color HEX #C63740 Brick Red

📋 copy color: '#C63740'

red 198 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #C63740

Tints of Brick Red #C63740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 62.46%
G = 17.35%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C63740 (or 0xC63740) is known color: Brick Red. HEX triplet: C6, 37 and 40. RGB value is (198,55,64). Sum of RGB (Red+Green+Blue) = 198+55+64=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C63740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63740 is #39C8BF. Grayscale: #626262. Windows color (decimal): -3786944 or 4208582. OLE color: 4208582.

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

Color convert

RGB 198 55 64 -
CMYK 0 0.72 0.68 0.22
HSL 356.22º 0.57% 0.5% -
HSV(B) 356.22º 0.72% 0.78% -
XYZ 25.58 15.11 6.42 -
YUV 98.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 198 55 64 0 0.72 0.68 0.22 356.22 0.57 0.5
Hex C6 37 40 0 48 44 16 164 39 32
Octal 306 67 100 0 110 104 26 544 71 62
Binary 11000110 110111 1000000 0 1001000 1000100 10110 101100100 111001 110010

Color Harmonies of #C63740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63740

Black with #C63740

Text Example


Text Example

White with #C63740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63740; }

 p { color: rgb(198,55,64); }

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

background-color css

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

 a { background-color: rgb(198,55,64); }

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

border-color css

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

 span { border-color: rgb(198,55,64); }

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