Html Css Color HEX #C63145 Brick Red

📋 copy color: '#C63145'

red 198 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #C63145

Tints of Brick Red #C63145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 62.66%
G = 15.51%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C63145 (or 0xC63145) is known color: Brick Red. HEX triplet: C6, 31 and 45. RGB value is (198,49,69). Sum of RGB (Red+Green+Blue) = 198+49+69=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63145 is #39CEBA. Grayscale: #5F5F5F. Windows color (decimal): -3788475 or 4534726. OLE color: 4534726.

HSL color Cylindrical-coordinate representation of color #C63145: hue angle of 351.95º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63145 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 69 -
CMYK 0 0.75 0.65 0.22
HSL 351.95º 0.6% 0.48% -
HSV(B) 351.95º 0.75% 0.78% -
XYZ 25.46 14.63 7.11 -
YUV 95.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 198 49 69 0 0.75 0.65 0.22 351.95 0.6 0.48
Hex C6 31 45 0 4B 41 16 160 3C 30
Octal 306 61 105 0 113 101 26 540 74 60
Binary 11000110 110001 1000101 0 1001011 1000001 10110 101100000 111100 110000

Color Harmonies of #C63145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63145

Black with #C63145

Text Example


Text Example

White with #C63145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63145; }

 p { color: rgb(198,49,69); }

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

background-color css

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

 a { background-color: rgb(198,49,69); }

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

border-color css

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

 span { border-color: rgb(198,49,69); }

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