Html Css Color HEX #C82448 Brick Red

📋 copy color: '#C82448'

red 200 ◦ green 36 ◦ blue 72

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

Shades of Brick Red #C82448

Tints of Brick Red #C82448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 64.94%
G = 11.69%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82448 (or 0xC82448) is known color: Brick Red. HEX triplet: C8, 24 and 48. RGB value is (200,36,72). Sum of RGB (Red+Green+Blue) = 200+36+72=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C82448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82448 is #37DBB7. Grayscale: #595959. Windows color (decimal): -3660728 or 4728008. OLE color: 4728008.

HSL color Cylindrical-coordinate representation of color #C82448: hue angle of 346.83º degrees, saturation: 0.69, 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 #C82448 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 36 72 -
CMYK 0 0.82 0.64 0.22
HSL 346.83º 0.69% 0.46% -
HSV(B) 346.83º 0.82% 0.78% -
XYZ 25.62 14.01 7.48 -
YUV 89.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 200 36 72 0 0.82 0.64 0.22 346.83 0.69 0.46
Hex C8 24 48 0 52 40 16 15B 45 2E
Octal 310 44 110 0 122 100 26 533 105 56
Binary 11001000 100100 1001000 0 1010010 1000000 10110 101011011 1000101 101110

Color Harmonies of #C82448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82448

Black with #C82448

Text Example


Text Example

White with #C82448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82448; }

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

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

background-color css

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

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

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

border-color css

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

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

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