Html Css Color HEX #C3343E Brick Red

📋 copy color: '#C3343E'

red 195 ◦ green 52 ◦ blue 62

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

Shades of Brick Red #C3343E

Tints of Brick Red #C3343E

RGB

 RED value IS 195 (76.56% from 255) = 63.11%

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 63.11%
G = 16.83%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3343E (or 0xC3343E) is known color: Brick Red. HEX triplet: C3, 34 and 3E. RGB value is (195,52,62). Sum of RGB (Red+Green+Blue) = 195+52+62=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3343E is #3CCBC1. Grayscale: #606060. Windows color (decimal): -3984322 or 4076739. OLE color: 4076739.

HSL color Cylindrical-coordinate representation of color #C3343E: hue angle of 355.8º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3343E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 52 62 -
CMYK 0 0.73 0.68 0.24
HSL 355.8º 0.58% 0.48% -
HSV(B) 355.8º 0.73% 0.76% -
XYZ 24.6 14.41 6.04 -
YUV 95.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 195 52 62 0 0.73 0.68 0.24 355.8 0.58 0.48
Hex C3 34 3E 0 49 44 18 164 3A 30
Octal 303 64 76 0 111 104 30 544 72 60
Binary 11000011 110100 111110 0 1001001 1000100 11000 101100100 111010 110000

Color Harmonies of #C3343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3343E

Black with #C3343E

Text Example


Text Example

White with #C3343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3343E; }

 p { color: rgb(195,52,62); }

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

background-color css

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

 a { background-color: rgb(195,52,62); }

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

border-color css

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

 span { border-color: rgb(195,52,62); }

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