Html Css Color HEX #C03840 Brick Red

📋 copy color: '#C03840'

red 192 ◦ green 56 ◦ blue 64

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

Shades of Brick Red #C03840

Tints of Brick Red #C03840

RGB

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

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

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

R = 61.54%
G = 17.95%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03840 (or 0xC03840) is known color: Brick Red. HEX triplet: C0, 38 and 40. RGB value is (192,56,64). Sum of RGB (Red+Green+Blue) = 192+56+64=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03840 is #3FC7BF. Grayscale: #616161. Windows color (decimal): -4179904 or 4208832. OLE color: 4208832.

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

Color convert

RGB 192 56 64 -
CMYK 0 0.71 0.67 0.25
HSL 356.47º 0.55% 0.49% -
HSV(B) 356.47º 0.71% 0.75% -
XYZ 24.08 14.4 6.36 -
YUV 97.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 192 56 64 0 0.71 0.67 0.25 356.47 0.55 0.49
Hex C0 38 40 0 47 43 19 164 37 31
Octal 300 70 100 0 107 103 31 544 67 61
Binary 11000000 111000 1000000 0 1000111 1000011 11001 101100100 110111 110001

Color Harmonies of #C03840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03840

Black with #C03840

Text Example


Text Example

White with #C03840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03840; }

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

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

background-color css

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

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

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

border-color css

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

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

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