Html Css Color HEX #C82C3E Brick Red

📋 copy color: '#C82C3E'

red 200 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #C82C3E

Tints of Brick Red #C82C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 65.36%
G = 14.38%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C82C3E (or 0xC82C3E) is known color: Brick Red. HEX triplet: C8, 2C and 3E. RGB value is (200,44,62). Sum of RGB (Red+Green+Blue) = 200+44+62=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C3E is #37D3C1. Grayscale: #5C5C5C. Windows color (decimal): -3658690 or 4074696. OLE color: 4074696.

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

Color convert

RGB 200 44 62 -
CMYK 0 0.78 0.69 0.22
HSL 353.08º 0.64% 0.48% -
HSV(B) 353.08º 0.78% 0.78% -
XYZ 25.59 14.43 5.99 -
YUV 92.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 200 44 62 0 0.78 0.69 0.22 353.08 0.64 0.48
Hex C8 2C 3E 0 4E 45 16 161 40 30
Octal 310 54 76 0 116 105 26 541 100 60
Binary 11001000 101100 111110 0 1001110 1000101 10110 101100001 1000000 110000

Color Harmonies of #C82C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C3E

Black with #C82C3E

Text Example


Text Example

White with #C82C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C3E; }

 p { color: rgb(200,44,62); }

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

background-color css

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

 a { background-color: rgb(200,44,62); }

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

border-color css

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

 span { border-color: rgb(200,44,62); }

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