Html Css Color HEX #C82B43 Brick Red

📋 copy color: '#C82B43'

red 200 ◦ green 43 ◦ blue 67

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

Shades of Brick Red #C82B43

Tints of Brick Red #C82B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 64.52%
G = 13.87%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82B43 (or 0xC82B43) is known color: Brick Red. HEX triplet: C8, 2B and 43. RGB value is (200,43,67). Sum of RGB (Red+Green+Blue) = 200+43+67=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B43 is #37D4BC. Grayscale: #5C5C5C. Windows color (decimal): -3658941 or 4402120. OLE color: 4402120.

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

Color convert

RGB 200 43 67 -
CMYK 0 0.78 0.66 0.22
HSL 350.83º 0.65% 0.48% -
HSV(B) 350.83º 0.79% 0.78% -
XYZ 25.7 14.41 6.74 -
YUV 92.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 200 43 67 0 0.78 0.66 0.22 350.83 0.65 0.48
Hex C8 2B 43 0 4E 42 16 15F 41 30
Octal 310 53 103 0 116 102 26 537 101 60
Binary 11001000 101011 1000011 0 1001110 1000010 10110 101011111 1000001 110000

Color Harmonies of #C82B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B43

Black with #C82B43

Text Example


Text Example

White with #C82B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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