Html Css Color HEX #C83A49 Brick Red

📋 copy color: '#C83A49'

red 200 ◦ green 58 ◦ blue 73

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

Shades of Brick Red #C83A49

Tints of Brick Red #C83A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 60.42%
G = 17.52%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C83A49 (or 0xC83A49) is known color: Brick Red. HEX triplet: C8, 3A and 49. RGB value is (200,58,73). Sum of RGB (Red+Green+Blue) = 200+58+73=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A49 is #37C5B6. Grayscale: #666666. Windows color (decimal): -3655095 or 4799176. OLE color: 4799176.

HSL color Cylindrical-coordinate representation of color #C83A49: hue angle of 353.66º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83A49 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 58 73 -
CMYK 0 0.71 0.64 0.22
HSL 353.66º 0.56% 0.51% -
HSV(B) 353.66º 0.71% 0.78% -
XYZ 26.54 15.79 7.95 -
YUV 102.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 200 58 73 0 0.71 0.64 0.22 353.66 0.56 0.51
Hex C8 3A 49 0 47 40 16 162 38 33
Octal 310 72 111 0 107 100 26 542 70 63
Binary 11001000 111010 1001001 0 1000111 1000000 10110 101100010 111000 110011

Color Harmonies of #C83A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A49

Black with #C83A49

Text Example


Text Example

White with #C83A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A49; }

 p { color: rgb(200,58,73); }

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

background-color css

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

 a { background-color: rgb(200,58,73); }

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

border-color css

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

 span { border-color: rgb(200,58,73); }

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