Html Css Color HEX #C4313B Brick Red

📋 copy color: '#C4313B'

red 196 ◦ green 49 ◦ blue 59

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

Shades of Brick Red #C4313B

Tints of Brick Red #C4313B

RGB

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

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

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

R = 64.47%
G = 16.12%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4313B (or 0xC4313B) is known color: Brick Red. HEX triplet: C4, 31 and 3B. RGB value is (196,49,59). Sum of RGB (Red+Green+Blue) = 196+49+59=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4313B is #3BCEC4. Grayscale: #5E5E5E. Windows color (decimal): -3919557 or 3879364. OLE color: 3879364.

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

Color convert

RGB 196 49 59 -
CMYK 0 0.75 0.70 0.23
HSL 355.92º 0.6% 0.48% -
HSV(B) 355.92º 0.75% 0.77% -
XYZ 24.65 14.25 5.59 -
YUV 94.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 196 49 59 0 0.75 0.70 0.23 355.92 0.6 0.48
Hex C4 31 3B 0 4B 46 17 164 3C 30
Octal 304 61 73 0 113 106 27 544 74 60
Binary 11000100 110001 111011 0 1001011 1000110 10111 101100100 111100 110000

Color Harmonies of #C4313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4313B

Black with #C4313B

Text Example


Text Example

White with #C4313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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