Html Css Color HEX #C3343D Brick Red

📋 copy color: '#C3343D'

red 195 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #C3343D

Tints of Brick Red #C3343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 63.31%
G = 16.88%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3343D (or 0xC3343D) is known color: Brick Red. HEX triplet: C3, 34 and 3D. RGB value is (195,52,61). Sum of RGB (Red+Green+Blue) = 195+52+61=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3343D is #3CCBC2. Grayscale: #5F5F5F. Windows color (decimal): -3984323 or 4011203. OLE color: 4011203.

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

Color convert

RGB 195 52 61 -
CMYK 0 0.73 0.69 0.24
HSL 356.22º 0.58% 0.48% -
HSV(B) 356.22º 0.73% 0.76% -
XYZ 24.58 14.4 5.9 -
YUV 95.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 195 52 61 0 0.73 0.69 0.24 356.22 0.58 0.48
Hex C3 34 3D 0 49 45 18 164 3A 30
Octal 303 64 75 0 111 105 30 544 72 60
Binary 11000011 110100 111101 0 1001001 1000101 11000 101100100 111010 110000

Color Harmonies of #C3343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3343D

Black with #C3343D

Text Example


Text Example

White with #C3343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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