Html Css Color HEX #C73A44 Brick Red

📋 copy color: '#C73A44'

red 199 ◦ green 58 ◦ blue 68

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

Shades of Brick Red #C73A44

Tints of Brick Red #C73A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 61.23%
G = 17.85%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C73A44 (or 0xC73A44) is known color: Brick Red. HEX triplet: C7, 3A and 44. RGB value is (199,58,68). Sum of RGB (Red+Green+Blue) = 199+58+68=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A44 is #38C5BB. Grayscale: #656565. Windows color (decimal): -3720636 or 4471495. OLE color: 4471495.

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

Color convert

RGB 199 58 68 -
CMYK 0 0.71 0.66 0.22
HSL 355.74º 0.56% 0.5% -
HSV(B) 355.74º 0.71% 0.78% -
XYZ 26.11 15.59 7.1 -
YUV 101.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 199 58 68 0 0.71 0.66 0.22 355.74 0.56 0.5
Hex C7 3A 44 0 47 42 16 164 38 32
Octal 307 72 104 0 107 102 26 544 70 62
Binary 11000111 111010 1000100 0 1000111 1000010 10110 101100100 111000 110010

Color Harmonies of #C73A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A44

Black with #C73A44

Text Example


Text Example

White with #C73A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A44; }

 p { color: rgb(199,58,68); }

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

background-color css

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

 a { background-color: rgb(199,58,68); }

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

border-color css

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

 span { border-color: rgb(199,58,68); }

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