Html Css Color HEX #C03140 Brick Red

📋 copy color: '#C03140'

red 192 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #C03140

Tints of Brick Red #C03140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

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

R = 62.95%
G = 16.07%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03140 (or 0xC03140) is known color: Brick Red. HEX triplet: C0, 31 and 40. RGB value is (192,49,64). Sum of RGB (Red+Green+Blue) = 192+49+64=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03140 is #3FCEBF. Grayscale: #5D5D5D. Windows color (decimal): -4181696 or 4207040. OLE color: 4207040.

HSL color Cylindrical-coordinate representation of color #C03140: hue angle of 353.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03140 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 64 -
CMYK 0 0.74 0.67 0.25
HSL 353.71º 0.59% 0.47% -
HSV(B) 353.71º 0.74% 0.75% -
XYZ 23.76 13.77 6.26 -
YUV 93.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 192 49 64 0 0.74 0.67 0.25 353.71 0.59 0.47
Hex C0 31 40 0 4A 43 19 162 3B 2F
Octal 300 61 100 0 112 103 31 542 73 57
Binary 11000000 110001 1000000 0 1001010 1000011 11001 101100010 111011 101111

Color Harmonies of #C03140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03140

Black with #C03140

Text Example


Text Example

White with #C03140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03140; }

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

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

background-color css

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

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

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

border-color css

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

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

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