Html Css Color HEX #C83B49 Brick Red

📋 copy color: '#C83B49'

red 200 ◦ green 59 ◦ blue 73

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

Shades of Brick Red #C83B49

Tints of Brick Red #C83B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

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

R = 60.24%
G = 17.77%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C83B49 (or 0xC83B49) is known color: Brick Red. HEX triplet: C8, 3B and 49. RGB value is (200,59,73). Sum of RGB (Red+Green+Blue) = 200+59+73=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B49 is #37C4B6. Grayscale: #666666. Windows color (decimal): -3654839 or 4799432. OLE color: 4799432.

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

Color convert

RGB 200 59 73 -
CMYK 0 0.70 0.64 0.22
HSL 354.04º 0.56% 0.51% -
HSV(B) 354.04º 0.71% 0.78% -
XYZ 26.59 15.89 7.97 -
YUV 102.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 200 59 73 0 0.70 0.64 0.22 354.04 0.56 0.51
Hex C8 3B 49 0 46 40 16 162 38 33
Octal 310 73 111 0 106 100 26 542 70 63
Binary 11001000 111011 1001001 0 1000110 1000000 10110 101100010 111000 110011

Color Harmonies of #C83B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B49

Black with #C83B49

Text Example


Text Example

White with #C83B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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