Html Css Color HEX #C82643 Brick Red

📋 copy color: '#C82643'

red 200 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #C82643

Tints of Brick Red #C82643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 65.57%
G = 12.46%
B = 21.97%

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

#C82643 (or 0xC82643) is known color: Brick Red. HEX triplet: C8, 26 and 43. RGB value is (200,38,67). Sum of RGB (Red+Green+Blue) = 200+38+67=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C82643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82643 is #37D9BC. Grayscale: #595959. Windows color (decimal): -3660221 or 4400840. OLE color: 4400840.

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

Color convert

RGB 200 38 67 -
CMYK 0 0.81 0.66 0.22
HSL 349.26º 0.68% 0.47% -
HSV(B) 349.26º 0.81% 0.78% -
XYZ 25.53 14.07 6.68 -
YUV 89.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 200 38 67 0 0.81 0.66 0.22 349.26 0.68 0.47
Hex C8 26 43 0 51 42 16 15D 44 2F
Octal 310 46 103 0 121 102 26 535 104 57
Binary 11001000 100110 1000011 0 1010001 1000010 10110 101011101 1000100 101111

Color Harmonies of #C82643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82643

Black with #C82643

Text Example


Text Example

White with #C82643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82643; }

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

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

background-color css

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

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

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

border-color css

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

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

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