Html Css Color HEX #C4293B Brick Red

📋 copy color: '#C4293B'

red 196 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #C4293B

Tints of Brick Red #C4293B

RGB

 RED value IS 196 (76.95% from 255) = 66.22%

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

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

R = 66.22%
G = 13.85%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4293B (or 0xC4293B) is known color: Brick Red. HEX triplet: C4, 29 and 3B. RGB value is (196,41,59). Sum of RGB (Red+Green+Blue) = 196+41+59=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4293B is #3BD6C4. Grayscale: #595959. Windows color (decimal): -3921605 or 3877316. OLE color: 3877316.

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

Color convert

RGB 196 41 59 -
CMYK 0 0.79 0.70 0.23
HSL 353.03º 0.65% 0.46% -
HSV(B) 353.03º 0.79% 0.77% -
XYZ 24.35 13.64 5.49 -
YUV 89.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 196 41 59 0 0.79 0.70 0.23 353.03 0.65 0.46
Hex C4 29 3B 0 4F 46 17 161 41 2E
Octal 304 51 73 0 117 106 27 541 101 56
Binary 11000100 101001 111011 0 1001111 1000110 10111 101100001 1000001 101110

Color Harmonies of #C4293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4293B

Black with #C4293B

Text Example


Text Example

White with #C4293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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