Html Css Color HEX #C63440 Brick Red

📋 copy color: '#C63440'

red 198 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #C63440

Tints of Brick Red #C63440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 63.06%
G = 16.56%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C63440 (or 0xC63440) is known color: Brick Red. HEX triplet: C6, 34 and 40. RGB value is (198,52,64). Sum of RGB (Red+Green+Blue) = 198+52+64=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C63440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63440 is #39CBBF. Grayscale: #616161. Windows color (decimal): -3787712 or 4207814. OLE color: 4207814.

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

Color convert

RGB 198 52 64 -
CMYK 0 0.74 0.68 0.22
HSL 355.07º 0.58% 0.49% -
HSV(B) 355.07º 0.74% 0.78% -
XYZ 25.44 14.83 6.37 -
YUV 97.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 198 52 64 0 0.74 0.68 0.22 355.07 0.58 0.49
Hex C6 34 40 0 4A 44 16 163 3A 31
Octal 306 64 100 0 112 104 26 543 72 61
Binary 11000110 110100 1000000 0 1001010 1000100 10110 101100011 111010 110001

Color Harmonies of #C63440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63440

Black with #C63440

Text Example


Text Example

White with #C63440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63440; }

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

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

background-color css

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

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

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

border-color css

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

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

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