Html Css Color HEX #C83648 Brick Red

📋 copy color: '#C83648'

red 200 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #C83648

Tints of Brick Red #C83648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 61.35%
G = 16.56%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C83648 (or 0xC83648) is known color: Brick Red. HEX triplet: C8, 36 and 48. RGB value is (200,54,72). Sum of RGB (Red+Green+Blue) = 200+54+72=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C83648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83648 is #37C9B7. Grayscale: #636363. Windows color (decimal): -3656120 or 4732616. OLE color: 4732616.

HSL color Cylindrical-coordinate representation of color #C83648: hue angle of 352.6º 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 #C83648 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 54 72 -
CMYK 0 0.73 0.64 0.22
HSL 352.6º 0.57% 0.5% -
HSV(B) 352.6º 0.73% 0.78% -
XYZ 26.31 15.39 7.71 -
YUV 99.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 200 54 72 0 0.73 0.64 0.22 352.6 0.57 0.5
Hex C8 36 48 0 49 40 16 161 39 32
Octal 310 66 110 0 111 100 26 541 71 62
Binary 11001000 110110 1001000 0 1001001 1000000 10110 101100001 111001 110010

Color Harmonies of #C83648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83648

Black with #C83648

Text Example


Text Example

White with #C83648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83648; }

 p { color: rgb(200,54,72); }

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

background-color css

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

 a { background-color: rgb(200,54,72); }

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

border-color css

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

 span { border-color: rgb(200,54,72); }

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