Html Css Color HEX #C32540 Brick Red

📋 copy color: '#C32540'

red 195 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #C32540

Tints of Brick Red #C32540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 65.88%
G = 12.5%
B = 21.62%

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

#C32540 (or 0xC32540) is known color: Brick Red. HEX triplet: C3, 25 and 40. RGB value is (195,37,64). Sum of RGB (Red+Green+Blue) = 195+37+64=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C32540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32540 is #3CDABF. Grayscale: #575757. Windows color (decimal): -3988160 or 4203971. OLE color: 4203971.

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

Color convert

RGB 195 37 64 -
CMYK 0 0.81 0.67 0.24
HSL 349.75º 0.68% 0.45% -
HSV(B) 349.75º 0.81% 0.76% -
XYZ 24.09 13.3 6.15 -
YUV 87.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 195 37 64 0 0.81 0.67 0.24 349.75 0.68 0.45
Hex C3 25 40 0 51 43 18 15E 44 2D
Octal 303 45 100 0 121 103 30 536 104 55
Binary 11000011 100101 1000000 0 1010001 1000011 11000 101011110 1000100 101101

Color Harmonies of #C32540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32540

Black with #C32540

Text Example


Text Example

White with #C32540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32540; }

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

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

background-color css

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

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

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

border-color css

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

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

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