Html Css Color HEX #C62C45 Brick Red

📋 copy color: '#C62C45'

red 198 ◦ green 44 ◦ blue 69

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

Shades of Brick Red #C62C45

Tints of Brick Red #C62C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

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

R = 63.67%
G = 14.15%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62C45 (or 0xC62C45) is known color: Brick Red. HEX triplet: C6, 2C and 45. RGB value is (198,44,69). Sum of RGB (Red+Green+Blue) = 198+44+69=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C45 is #39D3BA. Grayscale: #5C5C5C. Windows color (decimal): -3789755 or 4533446. OLE color: 4533446.

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

Color convert

RGB 198 44 69 -
CMYK 0 0.78 0.65 0.22
HSL 350.26º 0.64% 0.47% -
HSV(B) 350.26º 0.78% 0.78% -
XYZ 25.26 14.24 7.05 -
YUV 92.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 198 44 69 0 0.78 0.65 0.22 350.26 0.64 0.47
Hex C6 2C 45 0 4E 41 16 15E 40 2F
Octal 306 54 105 0 116 101 26 536 100 57
Binary 11000110 101100 1000101 0 1001110 1000001 10110 101011110 1000000 101111

Color Harmonies of #C62C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62C45

Black with #C62C45

Text Example


Text Example

White with #C62C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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