Html Css Color HEX #C62E48 Brick Red

📋 copy color: '#C62E48'

red 198 ◦ green 46 ◦ blue 72

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

Shades of Brick Red #C62E48

Tints of Brick Red #C62E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 62.66%
G = 14.56%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62E48 (or 0xC62E48) is known color: Brick Red. HEX triplet: C6, 2E and 48. RGB value is (198,46,72). Sum of RGB (Red+Green+Blue) = 198+46+72=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E48 is #39D1B7. Grayscale: #5E5E5E. Windows color (decimal): -3789240 or 4730566. OLE color: 4730566.

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

Color convert

RGB 198 46 72 -
CMYK 0 0.77 0.64 0.22
HSL 349.74º 0.62% 0.48% -
HSV(B) 349.74º 0.77% 0.78% -
XYZ 25.44 14.43 7.58 -
YUV 94.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 198 46 72 0 0.77 0.64 0.22 349.74 0.62 0.48
Hex C6 2E 48 0 4D 40 16 15E 3E 30
Octal 306 56 110 0 115 100 26 536 76 60
Binary 11000110 101110 1001000 0 1001101 1000000 10110 101011110 111110 110000

Color Harmonies of #C62E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E48

Black with #C62E48

Text Example


Text Example

White with #C62E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E48; }

 p { color: rgb(198,46,72); }

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

background-color css

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

 a { background-color: rgb(198,46,72); }

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

border-color css

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

 span { border-color: rgb(198,46,72); }

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