Html Css Color HEX #C83746 Brick Red

📋 copy color: '#C83746'

red 200 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #C83746

Tints of Brick Red #C83746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 61.54%
G = 16.92%
B = 21.54%

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

#C83746 (or 0xC83746) is known color: Brick Red. HEX triplet: C8, 37 and 46. RGB value is (200,55,70). Sum of RGB (Red+Green+Blue) = 200+55+70=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C83746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83746 is #37C8B9. Grayscale: #646464. Windows color (decimal): -3655866 or 4601800. OLE color: 4601800.

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

Color convert

RGB 200 55 70 -
CMYK 0 0.72 0.65 0.22
HSL 353.79º 0.57% 0.5% -
HSV(B) 353.79º 0.73% 0.78% -
XYZ 26.29 15.45 7.39 -
YUV 100.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 200 55 70 0 0.72 0.65 0.22 353.79 0.57 0.5
Hex C8 37 46 0 48 41 16 162 39 32
Octal 310 67 106 0 110 101 26 542 71 62
Binary 11001000 110111 1000110 0 1001000 1000001 10110 101100010 111001 110010

Color Harmonies of #C83746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83746

Black with #C83746

Text Example


Text Example

White with #C83746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83746; }

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

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

background-color css

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

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

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

border-color css

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

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

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