Html Css Color HEX #C8394B Brick Red

📋 copy color: '#C8394B'

red 200 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #C8394B

Tints of Brick Red #C8394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 60.24%
G = 17.17%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8394B (or 0xC8394B) is known color: Brick Red. HEX triplet: C8, 39 and 4B. RGB value is (200,57,75). Sum of RGB (Red+Green+Blue) = 200+57+75=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8394B is #37C6B4. Grayscale: #656565. Windows color (decimal): -3655349 or 4929992. OLE color: 4929992.

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

Color convert

RGB 200 57 75 -
CMYK 0 0.72 0.62 0.22
HSL 352.45º 0.57% 0.5% -
HSV(B) 352.45º 0.72% 0.78% -
XYZ 26.55 15.71 8.29 -
YUV 101.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 200 57 75 0 0.72 0.62 0.22 352.45 0.57 0.5
Hex C8 39 4B 0 48 3E 16 160 39 32
Octal 310 71 113 0 110 76 26 540 71 62
Binary 11001000 111001 1001011 0 1001000 111110 10110 101100000 111001 110010

Color Harmonies of #C8394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8394B

Black with #C8394B

Text Example


Text Example

White with #C8394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8394B; }

 p { color: rgb(200,57,75); }

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

background-color css

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

 a { background-color: rgb(200,57,75); }

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

border-color css

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

 span { border-color: rgb(200,57,75); }

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