Html Css Color HEX #C32546 Brick Red

📋 copy color: '#C32546'

red 195 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #C32546

Tints of Brick Red #C32546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 64.57%
G = 12.25%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C32546 (or 0xC32546) is known color: Brick Red. HEX triplet: C3, 25 and 46. RGB value is (195,37,70). Sum of RGB (Red+Green+Blue) = 195+37+70=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32546 is #3CDAB9. Grayscale: #585858. Windows color (decimal): -3988154 or 4597187. OLE color: 4597187.

HSL color Cylindrical-coordinate representation of color #C32546: hue angle of 347.47º 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 #C32546 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 70 -
CMYK 0 0.81 0.64 0.24
HSL 347.47º 0.68% 0.45% -
HSV(B) 347.47º 0.81% 0.76% -
XYZ 24.27 13.37 7.1 -
YUV 88 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 195 37 70 0 0.81 0.64 0.24 347.47 0.68 0.45
Hex C3 25 46 0 51 40 18 15B 44 2D
Octal 303 45 106 0 121 100 30 533 104 55
Binary 11000011 100101 1000110 0 1010001 1000000 11000 101011011 1000100 101101

Color Harmonies of #C32546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32546

Black with #C32546

Text Example


Text Example

White with #C32546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32546; }

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

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

background-color css

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

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

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

border-color css

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

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

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