Html Css Color HEX #C82D46 Brick Red

📋 copy color: '#C82D46'

red 200 ◦ green 45 ◦ blue 70

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

Shades of Brick Red #C82D46

Tints of Brick Red #C82D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 63.49%
G = 14.29%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C82D46 (or 0xC82D46) is known color: Brick Red. HEX triplet: C8, 2D and 46. RGB value is (200,45,70). Sum of RGB (Red+Green+Blue) = 200+45+70=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D46 is #37D2B9. Grayscale: #5E5E5E. Windows color (decimal): -3658426 or 4599240. OLE color: 4599240.

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

Color convert

RGB 200 45 70 -
CMYK 0 0.78 0.65 0.22
HSL 350.32º 0.63% 0.48% -
HSV(B) 350.32º 0.78% 0.78% -
XYZ 25.86 14.6 7.25 -
YUV 94.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 200 45 70 0 0.78 0.65 0.22 350.32 0.63 0.48
Hex C8 2D 46 0 4E 41 16 15E 3F 30
Octal 310 55 106 0 116 101 26 536 77 60
Binary 11001000 101101 1000110 0 1001110 1000001 10110 101011110 111111 110000

Color Harmonies of #C82D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D46

Black with #C82D46

Text Example


Text Example

White with #C82D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D46; }

 p { color: rgb(200,45,70); }

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

background-color css

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

 a { background-color: rgb(200,45,70); }

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

border-color css

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

 span { border-color: rgb(200,45,70); }

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