Html Css Color HEX #C82A3E Brick Red

📋 copy color: '#C82A3E'

red 200 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #C82A3E

Tints of Brick Red #C82A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

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

R = 65.79%
G = 13.82%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C82A3E (or 0xC82A3E) is known color: Brick Red. HEX triplet: C8, 2A and 3E. RGB value is (200,42,62). Sum of RGB (Red+Green+Blue) = 200+42+62=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A3E is #37D5C1. Grayscale: #5B5B5B. Windows color (decimal): -3659202 or 4074184. OLE color: 4074184.

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

Color convert

RGB 200 42 62 -
CMYK 0 0.79 0.69 0.22
HSL 352.41º 0.65% 0.47% -
HSV(B) 352.41º 0.79% 0.78% -
XYZ 25.52 14.28 5.97 -
YUV 91.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 200 42 62 0 0.79 0.69 0.22 352.41 0.65 0.47
Hex C8 2A 3E 0 4F 45 16 160 41 2F
Octal 310 52 76 0 117 105 26 540 101 57
Binary 11001000 101010 111110 0 1001111 1000101 10110 101100000 1000001 101111

Color Harmonies of #C82A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82A3E

Black with #C82A3E

Text Example


Text Example

White with #C82A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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