Html Css Color HEX #C83045 Brick Red

📋 copy color: '#C83045'

red 200 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #C83045

Tints of Brick Red #C83045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 63.09%
G = 15.14%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C83045 (or 0xC83045) is known color: Brick Red. HEX triplet: C8, 30 and 45. RGB value is (200,48,69). Sum of RGB (Red+Green+Blue) = 200+48+69=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83045 is #37CFBA. Grayscale: #5F5F5F. Windows color (decimal): -3657659 or 4534472. OLE color: 4534472.

HSL color Cylindrical-coordinate representation of color #C83045: hue angle of 351.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83045 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 69 -
CMYK 0 0.76 0.66 0.22
HSL 351.71º 0.61% 0.49% -
HSV(B) 351.71º 0.76% 0.78% -
XYZ 25.95 14.82 7.12 -
YUV 95.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 200 48 69 0 0.76 0.66 0.22 351.71 0.61 0.49
Hex C8 30 45 0 4C 42 16 160 3D 31
Octal 310 60 105 0 114 102 26 540 75 61
Binary 11001000 110000 1000101 0 1001100 1000010 10110 101100000 111101 110001

Color Harmonies of #C83045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83045

Black with #C83045

Text Example


Text Example

White with #C83045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83045; }

 p { color: rgb(200,48,69); }

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

background-color css

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

 a { background-color: rgb(200,48,69); }

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

border-color css

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

 span { border-color: rgb(200,48,69); }

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