Html Css Color HEX #C0293A Brick Red

📋 copy color: '#C0293A'

red 192 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #C0293A

Tints of Brick Red #C0293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 65.98%
G = 14.09%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0293A (or 0xC0293A) is known color: Brick Red. HEX triplet: C0, 29 and 3A. RGB value is (192,41,58). Sum of RGB (Red+Green+Blue) = 192+41+58=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0293A is #3FD6C5. Grayscale: #585858. Windows color (decimal): -4183750 or 3811776. OLE color: 3811776.

HSL color Cylindrical-coordinate representation of color #C0293A: hue angle of 353.25º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0293A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 58 -
CMYK 0 0.79 0.70 0.25
HSL 353.25º 0.65% 0.46% -
HSV(B) 353.25º 0.79% 0.75% -
XYZ 23.29 13.1 5.3 -
YUV 88.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 192 41 58 0 0.79 0.70 0.25 353.25 0.65 0.46
Hex C0 29 3A 0 4F 46 19 161 41 2E
Octal 300 51 72 0 117 106 31 541 101 56
Binary 11000000 101001 111010 0 1001111 1000110 11001 101100001 1000001 101110

Color Harmonies of #C0293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0293A

Black with #C0293A

Text Example


Text Example

White with #C0293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0293A; }

 p { color: rgb(192,41,58); }

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

background-color css

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

 a { background-color: rgb(192,41,58); }

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

border-color css

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

 span { border-color: rgb(192,41,58); }

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