Html Css Color HEX #C83546 Brick Red

📋 copy color: '#C83546'

red 200 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #C83546

Tints of Brick Red #C83546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 61.92%
G = 16.41%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C83546 (or 0xC83546) is known color: Brick Red. HEX triplet: C8, 35 and 46. RGB value is (200,53,70). Sum of RGB (Red+Green+Blue) = 200+53+70=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83546 is #37CAB9. Grayscale: #626262. Windows color (decimal): -3656378 or 4601288. OLE color: 4601288.

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

Color convert

RGB 200 53 70 -
CMYK 0 0.74 0.65 0.22
HSL 353.06º 0.58% 0.5% -
HSV(B) 353.06º 0.74% 0.78% -
XYZ 26.2 15.27 7.36 -
YUV 98.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 200 53 70 0 0.74 0.65 0.22 353.06 0.58 0.5
Hex C8 35 46 0 4A 41 16 161 3A 32
Octal 310 65 106 0 112 101 26 541 72 62
Binary 11001000 110101 1000110 0 1001010 1000001 10110 101100001 111010 110010

Color Harmonies of #C83546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83546

Black with #C83546

Text Example


Text Example

White with #C83546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83546; }

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

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

background-color css

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

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

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

border-color css

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

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

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