Html Css Color HEX #C4313C Brick Red

📋 copy color: '#C4313C'

red 196 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #C4313C

Tints of Brick Red #C4313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

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

R = 64.26%
G = 16.07%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4313C (or 0xC4313C) is known color: Brick Red. HEX triplet: C4, 31 and 3C. RGB value is (196,49,60). Sum of RGB (Red+Green+Blue) = 196+49+60=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313C is #3BCEC3. Grayscale: #5E5E5E. Windows color (decimal): -3919556 or 3944900. OLE color: 3944900.

HSL color Cylindrical-coordinate representation of color #C4313C: hue angle of 355.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4313C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 60 -
CMYK 0 0.75 0.69 0.23
HSL 355.51º 0.6% 0.48% -
HSV(B) 355.51º 0.75% 0.77% -
XYZ 24.68 14.26 5.73 -
YUV 94.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 196 49 60 0 0.75 0.69 0.23 355.51 0.6 0.48
Hex C4 31 3C 0 4B 45 17 164 3C 30
Octal 304 61 74 0 113 105 27 544 74 60
Binary 11000100 110001 111100 0 1001011 1000101 10111 101100100 111100 110000

Color Harmonies of #C4313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4313C

Black with #C4313C

Text Example


Text Example

White with #C4313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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