Html Css Color HEX #C32640 Brick Red

📋 copy color: '#C32640'

red 195 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #C32640

Tints of Brick Red #C32640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 65.66%
G = 12.79%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C32640 (or 0xC32640) is known color: Brick Red. HEX triplet: C3, 26 and 40. RGB value is (195,38,64). Sum of RGB (Red+Green+Blue) = 195+38+64=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32640 is #3CD9BF. Grayscale: #575757. Windows color (decimal): -3987904 or 4204227. OLE color: 4204227.

HSL color Cylindrical-coordinate representation of color #C32640: hue angle of 350.06º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32640 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 64 -
CMYK 0 0.81 0.67 0.24
HSL 350.06º 0.67% 0.46% -
HSV(B) 350.06º 0.81% 0.76% -
XYZ 24.12 13.36 6.16 -
YUV 87.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 195 38 64 0 0.81 0.67 0.24 350.06 0.67 0.46
Hex C3 26 40 0 51 43 18 15E 43 2E
Octal 303 46 100 0 121 103 30 536 103 56
Binary 11000011 100110 1000000 0 1010001 1000011 11000 101011110 1000011 101110

Color Harmonies of #C32640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32640

Black with #C32640

Text Example


Text Example

White with #C32640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32640; }

 p { color: rgb(195,38,64); }

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

background-color css

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

 a { background-color: rgb(195,38,64); }

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

border-color css

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

 span { border-color: rgb(195,38,64); }

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