Html Css Color HEX #C6394A Brick Red

📋 copy color: '#C6394A'

red 198 ◦ green 57 ◦ blue 74

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

Shades of Brick Red #C6394A

Tints of Brick Red #C6394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 60.18%
G = 17.33%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6394A (or 0xC6394A) is known color: Brick Red. HEX triplet: C6, 39 and 4A. RGB value is (198,57,74). Sum of RGB (Red+Green+Blue) = 198+57+74=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6394A is #39C6B5. Grayscale: #656565. Windows color (decimal): -3786422 or 4864454. OLE color: 4864454.

HSL color Cylindrical-coordinate representation of color #C6394A: hue angle of 352.77º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6394A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 74 -
CMYK 0 0.71 0.63 0.22
HSL 352.77º 0.55% 0.5% -
HSV(B) 352.77º 0.71% 0.78% -
XYZ 25.99 15.43 8.09 -
YUV 101.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 198 57 74 0 0.71 0.63 0.22 352.77 0.55 0.5
Hex C6 39 4A 0 47 3F 16 161 37 32
Octal 306 71 112 0 107 77 26 541 67 62
Binary 11000110 111001 1001010 0 1000111 111111 10110 101100001 110111 110010

Color Harmonies of #C6394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6394A

Black with #C6394A

Text Example


Text Example

White with #C6394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6394A; }

 p { color: rgb(198,57,74); }

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

background-color css

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

 a { background-color: rgb(198,57,74); }

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

border-color css

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

 span { border-color: rgb(198,57,74); }

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