Html Css Color HEX #C4353F Brick Red

📋 copy color: '#C4353F'

red 196 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #C4353F

Tints of Brick Red #C4353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 63 (25% from 255) = 20.19%

R = 62.82%
G = 16.99%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4353F (or 0xC4353F) is known color: Brick Red. HEX triplet: C4, 35 and 3F. RGB value is (196,53,63). Sum of RGB (Red+Green+Blue) = 196+53+63=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4353F is #3BCAC0. Grayscale: #616161. Windows color (decimal): -3918529 or 4142532. OLE color: 4142532.

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

Color convert

RGB 196 53 63 -
CMYK 0 0.73 0.68 0.23
HSL 355.8º 0.57% 0.49% -
HSV(B) 355.8º 0.73% 0.77% -
XYZ 24.94 14.64 6.21 -
YUV 96.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 196 53 63 0 0.73 0.68 0.23 355.8 0.57 0.49
Hex C4 35 3F 0 49 44 17 164 39 31
Octal 304 65 77 0 111 104 27 544 71 61
Binary 11000100 110101 111111 0 1001001 1000100 10111 101100100 111001 110001

Color Harmonies of #C4353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4353F

Black with #C4353F

Text Example


Text Example

White with #C4353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4353F; }

 p { color: rgb(196,53,63); }

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

background-color css

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

 a { background-color: rgb(196,53,63); }

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

border-color css

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

 span { border-color: rgb(196,53,63); }

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