Html Css Color HEX #C63640 Brick Red

📋 copy color: '#C63640'

red 198 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #C63640

Tints of Brick Red #C63640

RGB

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

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

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

R = 62.66%
G = 17.09%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C63640 (or 0xC63640) is known color: Brick Red. HEX triplet: C6, 36 and 40. RGB value is (198,54,64). Sum of RGB (Red+Green+Blue) = 198+54+64=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63640 is #39C9BF. Grayscale: #626262. Windows color (decimal): -3787200 or 4208326. OLE color: 4208326.

HSL color Cylindrical-coordinate representation of color #C63640: hue angle of 355.83º 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 #C63640 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 64 -
CMYK 0 0.73 0.68 0.22
HSL 355.83º 0.57% 0.49% -
HSV(B) 355.83º 0.73% 0.78% -
XYZ 25.53 15.01 6.4 -
YUV 98.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 198 54 64 0 0.73 0.68 0.22 355.83 0.57 0.49
Hex C6 36 40 0 49 44 16 164 39 31
Octal 306 66 100 0 111 104 26 544 71 61
Binary 11000110 110110 1000000 0 1001001 1000100 10110 101100100 111001 110001

Color Harmonies of #C63640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63640

Black with #C63640

Text Example


Text Example

White with #C63640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63640; }

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

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

background-color css

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

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

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

border-color css

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

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

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