Html Css Color HEX #C03940 Brick Red

📋 copy color: '#C03940'

red 192 ◦ green 57 ◦ blue 64

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

Shades of Brick Red #C03940

Tints of Brick Red #C03940

RGB

 RED value IS 192 (75.39% from 255) = 61.34%

 GREEN value IS 57 (22.66% from 255) = 18.21%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 61.34%
G = 18.21%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03940 (or 0xC03940) is known color: Brick Red. HEX triplet: C0, 39 and 40. RGB value is (192,57,64). Sum of RGB (Red+Green+Blue) = 192+57+64=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03940 is #3FC6BF. Grayscale: #626262. Windows color (decimal): -4179648 or 4209088. OLE color: 4209088.

HSL color Cylindrical-coordinate representation of color #C03940: hue angle of 356.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03940 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 64 -
CMYK 0 0.70 0.67 0.25
HSL 356.89º 0.54% 0.49% -
HSV(B) 356.89º 0.7% 0.75% -
XYZ 24.13 14.5 6.38 -
YUV 98.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 192 57 64 0 0.70 0.67 0.25 356.89 0.54 0.49
Hex C0 39 40 0 46 43 19 165 36 31
Octal 300 71 100 0 106 103 31 545 66 61
Binary 11000000 111001 1000000 0 1000110 1000011 11001 101100101 110110 110001

Color Harmonies of #C03940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03940

Black with #C03940

Text Example


Text Example

White with #C03940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03940; }

 p { color: rgb(192,57,64); }

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

background-color css

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

 a { background-color: rgb(192,57,64); }

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

border-color css

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

 span { border-color: rgb(192,57,64); }

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