Html Css Color HEX #C63643 Brick Red

📋 copy color: '#C63643'

red 198 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #C63643

Tints of Brick Red #C63643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 62.07%
G = 16.93%
B = 21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C63643 (or 0xC63643) is known color: Brick Red. HEX triplet: C6, 36 and 43. RGB value is (198,54,67). Sum of RGB (Red+Green+Blue) = 198+54+67=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63643 is #39C9BC. Grayscale: #626262. Windows color (decimal): -3787197 or 4404934. OLE color: 4404934.

HSL color Cylindrical-coordinate representation of color #C63643: hue angle of 354.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63643 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 67 -
CMYK 0 0.73 0.66 0.22
HSL 354.58º 0.57% 0.49% -
HSV(B) 354.58º 0.73% 0.78% -
XYZ 25.62 15.05 6.86 -
YUV 98.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 198 54 67 0 0.73 0.66 0.22 354.58 0.57 0.49
Hex C6 36 43 0 49 42 16 163 39 31
Octal 306 66 103 0 111 102 26 543 71 61
Binary 11000110 110110 1000011 0 1001001 1000010 10110 101100011 111001 110001

Color Harmonies of #C63643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63643

Black with #C63643

Text Example


Text Example

White with #C63643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63643; }

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

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

background-color css

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

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

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

border-color css

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

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

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