Html Css Color HEX #C82648 Brick Red

📋 copy color: '#C82648'

red 200 ◦ green 38 ◦ blue 72

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

Shades of Brick Red #C82648

Tints of Brick Red #C82648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 64.52%
G = 12.26%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82648 (or 0xC82648) is known color: Brick Red. HEX triplet: C8, 26 and 48. RGB value is (200,38,72). Sum of RGB (Red+Green+Blue) = 200+38+72=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C82648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82648 is #37D9B7. Grayscale: #5A5A5A. Windows color (decimal): -3660216 or 4728520. OLE color: 4728520.

HSL color Cylindrical-coordinate representation of color #C82648: hue angle of 347.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82648 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 72 -
CMYK 0 0.81 0.64 0.22
HSL 347.41º 0.68% 0.47% -
HSV(B) 347.41º 0.81% 0.78% -
XYZ 25.68 14.13 7.51 -
YUV 90.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 200 38 72 0 0.81 0.64 0.22 347.41 0.68 0.47
Hex C8 26 48 0 51 40 16 15B 44 2F
Octal 310 46 110 0 121 100 26 533 104 57
Binary 11001000 100110 1001000 0 1010001 1000000 10110 101011011 1000100 101111

Color Harmonies of #C82648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82648

Black with #C82648

Text Example


Text Example

White with #C82648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82648; }

 p { color: rgb(200,38,72); }

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

background-color css

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

 a { background-color: rgb(200,38,72); }

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

border-color css

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

 span { border-color: rgb(200,38,72); }

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