Html Css Color HEX #C73848 Brick Red

📋 copy color: '#C73848'

red 199 ◦ green 56 ◦ blue 72

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

Shades of Brick Red #C73848

Tints of Brick Red #C73848

RGB

 RED value IS 199 (78.13% from 255) = 60.86%

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 60.86%
G = 17.13%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73848 (or 0xC73848) is known color: Brick Red. HEX triplet: C7, 38 and 48. RGB value is (199,56,72). Sum of RGB (Red+Green+Blue) = 199+56+72=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C73848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73848 is #38C7B7. Grayscale: #646464. Windows color (decimal): -3721144 or 4733127. OLE color: 4733127.

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

Color convert

RGB 199 56 72 -
CMYK 0 0.72 0.64 0.22
HSL 353.29º 0.56% 0.5% -
HSV(B) 353.29º 0.72% 0.78% -
XYZ 26.14 15.44 7.73 -
YUV 100.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 199 56 72 0 0.72 0.64 0.22 353.29 0.56 0.5
Hex C7 38 48 0 48 40 16 161 38 32
Octal 307 70 110 0 110 100 26 541 70 62
Binary 11000111 111000 1001000 0 1001000 1000000 10110 101100001 111000 110010

Color Harmonies of #C73848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73848

Black with #C73848

Text Example


Text Example

White with #C73848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73848; }

 p { color: rgb(199,56,72); }

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

background-color css

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

 a { background-color: rgb(199,56,72); }

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

border-color css

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

 span { border-color: rgb(199,56,72); }

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