Html Css Color HEX #C4293C Brick Red

📋 copy color: '#C4293C'

red 196 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #C4293C

Tints of Brick Red #C4293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 65.99%
G = 13.8%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4293C (or 0xC4293C) is known color: Brick Red. HEX triplet: C4, 29 and 3C. RGB value is (196,41,60). Sum of RGB (Red+Green+Blue) = 196+41+60=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4293C is #3BD6C3. Grayscale: #595959. Windows color (decimal): -3921604 or 3942852. OLE color: 3942852.

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

Color convert

RGB 196 41 60 -
CMYK 0 0.79 0.69 0.23
HSL 352.65º 0.65% 0.46% -
HSV(B) 352.65º 0.79% 0.77% -
XYZ 24.37 13.65 5.62 -
YUV 89.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 196 41 60 0 0.79 0.69 0.23 352.65 0.65 0.46
Hex C4 29 3C 0 4F 45 17 161 41 2E
Octal 304 51 74 0 117 105 27 541 101 56
Binary 11000100 101001 111100 0 1001111 1000101 10111 101100001 1000001 101110

Color Harmonies of #C4293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4293C

Black with #C4293C

Text Example


Text Example

White with #C4293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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