Html Css Color HEX #C62745 Brick Red

📋 copy color: '#C62745'

red 198 ◦ green 39 ◦ blue 69

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

Shades of Brick Red #C62745

Tints of Brick Red #C62745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 64.71%
G = 12.75%
B = 22.55%

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

#C62745 (or 0xC62745) is known color: Brick Red. HEX triplet: C6, 27 and 45. RGB value is (198,39,69). Sum of RGB (Red+Green+Blue) = 198+39+69=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C62745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62745 is #39D8BA. Grayscale: #5A5A5A. Windows color (decimal): -3791035 or 4532166. OLE color: 4532166.

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

Color convert

RGB 198 39 69 -
CMYK 0 0.80 0.65 0.22
HSL 348.68º 0.67% 0.46% -
HSV(B) 348.68º 0.8% 0.78% -
XYZ 25.09 13.89 6.99 -
YUV 89.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 198 39 69 0 0.80 0.65 0.22 348.68 0.67 0.46
Hex C6 27 45 0 50 41 16 15D 43 2E
Octal 306 47 105 0 120 101 26 535 103 56
Binary 11000110 100111 1000101 0 1010000 1000001 10110 101011101 1000011 101110

Color Harmonies of #C62745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62745

Black with #C62745

Text Example


Text Example

White with #C62745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62745; }

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

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

background-color css

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

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

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

border-color css

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

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

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