Html Css Color HEX #C0293B Brick Red

📋 copy color: '#C0293B'

red 192 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #C0293B

Tints of Brick Red #C0293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 65.75%
G = 14.04%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0293B (or 0xC0293B) is known color: Brick Red. HEX triplet: C0, 29 and 3B. RGB value is (192,41,59). Sum of RGB (Red+Green+Blue) = 192+41+59=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0293B is #3FD6C4. Grayscale: #585858. Windows color (decimal): -4183749 or 3877312. OLE color: 3877312.

HSL color Cylindrical-coordinate representation of color #C0293B: hue angle of 352.85º 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 #C0293B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 59 -
CMYK 0 0.79 0.69 0.25
HSL 352.85º 0.65% 0.46% -
HSV(B) 352.85º 0.79% 0.75% -
XYZ 23.32 13.11 5.44 -
YUV 88.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 192 41 59 0 0.79 0.69 0.25 352.85 0.65 0.46
Hex C0 29 3B 0 4F 45 19 161 41 2E
Octal 300 51 73 0 117 105 31 541 101 56
Binary 11000000 101001 111011 0 1001111 1000101 11001 101100001 1000001 101110

Color Harmonies of #C0293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0293B

Black with #C0293B

Text Example


Text Example

White with #C0293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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