Html Css Color HEX #C32641 Brick Red

📋 copy color: '#C32641'

red 195 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #C32641

Tints of Brick Red #C32641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 65.44%
G = 12.75%
B = 21.81%

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

#C32641 (or 0xC32641) is known color: Brick Red. HEX triplet: C3, 26 and 41. RGB value is (195,38,65). Sum of RGB (Red+Green+Blue) = 195+38+65=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C32641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32641 is #3CD9BE. Grayscale: #585858. Windows color (decimal): -3987903 or 4269763. OLE color: 4269763.

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

Color convert

RGB 195 38 65 -
CMYK 0 0.81 0.67 0.24
HSL 349.68º 0.67% 0.46% -
HSV(B) 349.68º 0.81% 0.76% -
XYZ 24.15 13.37 6.31 -
YUV 88.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 195 38 65 0 0.81 0.67 0.24 349.68 0.67 0.46
Hex C3 26 41 0 51 43 18 15E 43 2E
Octal 303 46 101 0 121 103 30 536 103 56
Binary 11000011 100110 1000001 0 1010001 1000011 11000 101011110 1000011 101110

Color Harmonies of #C32641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32641

Black with #C32641

Text Example


Text Example

White with #C32641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32641; }

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

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

background-color css

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

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

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

border-color css

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

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

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