Html Css Color HEX #C82344 Brick Red

📋 copy color: '#C82344'

red 200 ◦ green 35 ◦ blue 68

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

Shades of Brick Red #C82344

Tints of Brick Red #C82344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 66.01%
G = 11.55%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82344 (or 0xC82344) is known color: Brick Red. HEX triplet: C8, 23 and 44. RGB value is (200,35,68). Sum of RGB (Red+Green+Blue) = 200+35+68=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C82344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82344 is #37DCBB. Grayscale: #585858. Windows color (decimal): -3660988 or 4465608. OLE color: 4465608.

HSL color Cylindrical-coordinate representation of color #C82344: hue angle of 348º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82344 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 68 -
CMYK 0 0.82 0.66 0.22
HSL 348º 0.7% 0.46% -
HSV(B) 348º 0.83% 0.78% -
XYZ 25.46 13.9 6.81 -
YUV 88.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 200 35 68 0 0.82 0.66 0.22 348 0.7 0.46
Hex C8 23 44 0 52 42 16 15C 46 2E
Octal 310 43 104 0 122 102 26 534 106 56
Binary 11001000 100011 1000100 0 1010010 1000010 10110 101011100 1000110 101110

Color Harmonies of #C82344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82344

Black with #C82344

Text Example


Text Example

White with #C82344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82344; }

 p { color: rgb(200,35,68); }

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

background-color css

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

 a { background-color: rgb(200,35,68); }

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

border-color css

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

 span { border-color: rgb(200,35,68); }

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