Html Css Color HEX #C82545 Brick Red

📋 copy color: '#C82545'

red 200 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #C82545

Tints of Brick Red #C82545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 65.36%
G = 12.09%
B = 22.55%

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

#C82545 (or 0xC82545) is known color: Brick Red. HEX triplet: C8, 25 and 45. RGB value is (200,37,69). Sum of RGB (Red+Green+Blue) = 200+37+69=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82545 is #37DABA. Grayscale: #595959. Windows color (decimal): -3660475 or 4531656. OLE color: 4531656.

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

Color convert

RGB 200 37 69 -
CMYK 0 0.82 0.66 0.22
HSL 348.22º 0.69% 0.46% -
HSV(B) 348.22º 0.82% 0.78% -
XYZ 25.56 14.03 6.99 -
YUV 89.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 200 37 69 0 0.82 0.66 0.22 348.22 0.69 0.46
Hex C8 25 45 0 52 42 16 15C 45 2E
Octal 310 45 105 0 122 102 26 534 105 56
Binary 11001000 100101 1000101 0 1010010 1000010 10110 101011100 1000101 101110

Color Harmonies of #C82545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82545

Black with #C82545

Text Example


Text Example

White with #C82545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82545; }

 p { color: rgb(200,37,69); }

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

background-color css

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

 a { background-color: rgb(200,37,69); }

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

border-color css

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

 span { border-color: rgb(200,37,69); }

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