Html Css Color HEX #C8364A Brick Red

📋 copy color: '#C8364A'

red 200 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #C8364A

Tints of Brick Red #C8364A

RGB

 RED value IS 200 (78.52% from 255) = 60.98%

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

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

R = 60.98%
G = 16.46%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8364A (or 0xC8364A) is known color: Brick Red. HEX triplet: C8, 36 and 4A. RGB value is (200,54,74). Sum of RGB (Red+Green+Blue) = 200+54+74=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8364A is #37C9B5. Grayscale: #646464. Windows color (decimal): -3656118 or 4863688. OLE color: 4863688.

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

Color convert

RGB 200 54 74 -
CMYK 0 0.73 0.63 0.22
HSL 351.78º 0.57% 0.5% -
HSV(B) 351.78º 0.73% 0.78% -
XYZ 26.37 15.41 8.06 -
YUV 99.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 200 54 74 0 0.73 0.63 0.22 351.78 0.57 0.5
Hex C8 36 4A 0 49 3F 16 160 39 32
Octal 310 66 112 0 111 77 26 540 71 62
Binary 11001000 110110 1001010 0 1001001 111111 10110 101100000 111001 110010

Color Harmonies of #C8364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8364A

Black with #C8364A

Text Example


Text Example

White with #C8364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8364A; }

 p { color: rgb(200,54,74); }

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

background-color css

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

 a { background-color: rgb(200,54,74); }

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

border-color css

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

 span { border-color: rgb(200,54,74); }

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