Html Css Color HEX #C82645 Brick Red

📋 copy color: '#C82645'

red 200 ◦ green 38 ◦ blue 69

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

Shades of Brick Red #C82645

Tints of Brick Red #C82645

RGB

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

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

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

R = 65.15%
G = 12.38%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82645 (or 0xC82645) is known color: Brick Red. HEX triplet: C8, 26 and 45. RGB value is (200,38,69). Sum of RGB (Red+Green+Blue) = 200+38+69=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C82645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82645 is #37D9BA. Grayscale: #5A5A5A. Windows color (decimal): -3660219 or 4531912. OLE color: 4531912.

HSL color Cylindrical-coordinate representation of color #C82645: hue angle of 348.52º 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 #C82645 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 69 -
CMYK 0 0.81 0.66 0.22
HSL 348.52º 0.68% 0.47% -
HSV(B) 348.52º 0.81% 0.78% -
XYZ 25.59 14.1 7 -
YUV 89.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 200 38 69 0 0.81 0.66 0.22 348.52 0.68 0.47
Hex C8 26 45 0 51 42 16 15D 44 2F
Octal 310 46 105 0 121 102 26 535 104 57
Binary 11001000 100110 1000101 0 1010001 1000010 10110 101011101 1000100 101111

Color Harmonies of #C82645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82645

Black with #C82645

Text Example


Text Example

White with #C82645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82645; }

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

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

background-color css

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

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

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

border-color css

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

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

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