Html Css Color HEX #C83846 Brick Red

📋 copy color: '#C83846'

red 200 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #C83846

Tints of Brick Red #C83846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 61.35%
G = 17.18%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C83846 (or 0xC83846) is known color: Brick Red. HEX triplet: C8, 38 and 46. RGB value is (200,56,70). Sum of RGB (Red+Green+Blue) = 200+56+70=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C83846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83846 is #37C7B9. Grayscale: #646464. Windows color (decimal): -3655610 or 4602056. OLE color: 4602056.

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

Color convert

RGB 200 56 70 -
CMYK 0 0.72 0.65 0.22
HSL 354.17º 0.57% 0.5% -
HSV(B) 354.17º 0.72% 0.78% -
XYZ 26.34 15.55 7.41 -
YUV 100.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 200 56 70 0 0.72 0.65 0.22 354.17 0.57 0.5
Hex C8 38 46 0 48 41 16 162 39 32
Octal 310 70 106 0 110 101 26 542 71 62
Binary 11001000 111000 1000110 0 1001000 1000001 10110 101100010 111001 110010

Color Harmonies of #C83846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83846

Black with #C83846

Text Example


Text Example

White with #C83846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83846; }

 p { color: rgb(200,56,70); }

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

background-color css

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

 a { background-color: rgb(200,56,70); }

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

border-color css

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

 span { border-color: rgb(200,56,70); }

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