Html Css Color HEX #C4323D Brick Red

📋 copy color: '#C4323D'

red 196 ◦ green 50 ◦ blue 61

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

Shades of Brick Red #C4323D

Tints of Brick Red #C4323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 63.84%
G = 16.29%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4323D (or 0xC4323D) is known color: Brick Red. HEX triplet: C4, 32 and 3D. RGB value is (196,50,61). Sum of RGB (Red+Green+Blue) = 196+50+61=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4323D is #3BCDC2. Grayscale: #5F5F5F. Windows color (decimal): -3919299 or 4010692. OLE color: 4010692.

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

Color convert

RGB 196 50 61 -
CMYK 0 0.74 0.69 0.23
HSL 355.48º 0.59% 0.48% -
HSV(B) 355.48º 0.74% 0.77% -
XYZ 24.75 14.35 5.88 -
YUV 94.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 196 50 61 0 0.74 0.69 0.23 355.48 0.59 0.48
Hex C4 32 3D 0 4A 45 17 163 3B 30
Octal 304 62 75 0 112 105 27 543 73 60
Binary 11000100 110010 111101 0 1001010 1000101 10111 101100011 111011 110000

Color Harmonies of #C4323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4323D

Black with #C4323D

Text Example


Text Example

White with #C4323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4323D; }

 p { color: rgb(196,50,61); }

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

background-color css

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

 a { background-color: rgb(196,50,61); }

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

border-color css

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

 span { border-color: rgb(196,50,61); }

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