Html Css Color HEX #C62843 Brick Red

📋 copy color: '#C62843'

red 198 ◦ green 40 ◦ blue 67

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

Shades of Brick Red #C62843

Tints of Brick Red #C62843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 64.92%
G = 13.11%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C62843 (or 0xC62843) is known color: Brick Red. HEX triplet: C6, 28 and 43. RGB value is (198,40,67). Sum of RGB (Red+Green+Blue) = 198+40+67=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C62843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62843 is #39D7BC. Grayscale: #5A5A5A. Windows color (decimal): -3790781 or 4401350. OLE color: 4401350.

HSL color Cylindrical-coordinate representation of color #C62843: hue angle of 349.75º 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 #C62843 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 67 -
CMYK 0 0.80 0.66 0.22
HSL 349.75º 0.66% 0.47% -
HSV(B) 349.75º 0.8% 0.78% -
XYZ 25.06 13.93 6.68 -
YUV 90.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 198 40 67 0 0.80 0.66 0.22 349.75 0.66 0.47
Hex C6 28 43 0 50 42 16 15E 42 2F
Octal 306 50 103 0 120 102 26 536 102 57
Binary 11000110 101000 1000011 0 1010000 1000010 10110 101011110 1000010 101111

Color Harmonies of #C62843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62843

Black with #C62843

Text Example


Text Example

White with #C62843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62843; }

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

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

background-color css

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

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

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

border-color css

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

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

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