Html Css Color HEX #C62845 Brick Red

📋 copy color: '#C62845'

red 198 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #C62845

Tints of Brick Red #C62845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 64.5%
G = 13.03%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62845 (or 0xC62845) is known color: Brick Red. HEX triplet: C6, 28 and 45. RGB value is (198,40,69). Sum of RGB (Red+Green+Blue) = 198+40+69=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62845 is #39D7BA. Grayscale: #5A5A5A. Windows color (decimal): -3790779 or 4532422. OLE color: 4532422.

HSL color Cylindrical-coordinate representation of color #C62845: hue angle of 348.99º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62845 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 69 -
CMYK 0 0.80 0.65 0.22
HSL 348.99º 0.66% 0.47% -
HSV(B) 348.99º 0.8% 0.78% -
XYZ 25.12 13.95 7 -
YUV 90.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 198 40 69 0 0.80 0.65 0.22 348.99 0.66 0.47
Hex C6 28 45 0 50 41 16 15D 42 2F
Octal 306 50 105 0 120 101 26 535 102 57
Binary 11000110 101000 1000101 0 1010000 1000001 10110 101011101 1000010 101111

Color Harmonies of #C62845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62845

Black with #C62845

Text Example


Text Example

White with #C62845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62845; }

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

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

background-color css

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

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

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

border-color css

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

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

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