Html Css Color HEX #C03440 Brick Red

📋 copy color: '#C03440'

red 192 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #C03440

Tints of Brick Red #C03440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 62.34%
G = 16.88%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03440 (or 0xC03440) is known color: Brick Red. HEX triplet: C0, 34 and 40. RGB value is (192,52,64). Sum of RGB (Red+Green+Blue) = 192+52+64=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C03440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03440 is #3FCBBF. Grayscale: #5F5F5F. Windows color (decimal): -4180928 or 4207808. OLE color: 4207808.

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

Color convert

RGB 192 52 64 -
CMYK 0 0.73 0.67 0.25
HSL 354.86º 0.57% 0.48% -
HSV(B) 354.86º 0.73% 0.75% -
XYZ 23.89 14.03 6.3 -
YUV 95.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 192 52 64 0 0.73 0.67 0.25 354.86 0.57 0.48
Hex C0 34 40 0 49 43 19 163 39 30
Octal 300 64 100 0 111 103 31 543 71 60
Binary 11000000 110100 1000000 0 1001001 1000011 11001 101100011 111001 110000

Color Harmonies of #C03440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03440

Black with #C03440

Text Example


Text Example

White with #C03440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03440; }

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

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

background-color css

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

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

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

border-color css

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

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

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