Html Css Color HEX #C32840 Brick Red

📋 copy color: '#C32840'

red 195 ◦ green 40 ◦ blue 64

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

Shades of Brick Red #C32840

Tints of Brick Red #C32840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 65.22%
G = 13.38%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C32840 (or 0xC32840) is known color: Brick Red. HEX triplet: C3, 28 and 40. RGB value is (195,40,64). Sum of RGB (Red+Green+Blue) = 195+40+64=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C32840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32840 is #3CD7BF. Grayscale: #595959. Windows color (decimal): -3987392 or 4204739. OLE color: 4204739.

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

Color convert

RGB 195 40 64 -
CMYK 0 0.79 0.67 0.24
HSL 350.71º 0.66% 0.46% -
HSV(B) 350.71º 0.79% 0.76% -
XYZ 24.19 13.49 6.18 -
YUV 89.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 195 40 64 0 0.79 0.67 0.24 350.71 0.66 0.46
Hex C3 28 40 0 4F 43 18 15F 42 2E
Octal 303 50 100 0 117 103 30 537 102 56
Binary 11000011 101000 1000000 0 1001111 1000011 11000 101011111 1000010 101110

Color Harmonies of #C32840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32840

Black with #C32840

Text Example


Text Example

White with #C32840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32840; }

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

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

background-color css

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

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

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

border-color css

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

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

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