Html Css Color HEX #C32646 Brick Red

📋 copy color: '#C32646'

red 195 ◦ green 38 ◦ blue 70

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

Shades of Brick Red #C32646

Tints of Brick Red #C32646

RGB

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

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

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

R = 64.36%
G = 12.54%
B = 23.1%

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

#C32646 (or 0xC32646) is known color: Brick Red. HEX triplet: C3, 26 and 46. RGB value is (195,38,70). Sum of RGB (Red+Green+Blue) = 195+38+70=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32646 is #3CD9B9. Grayscale: #585858. Windows color (decimal): -3987898 or 4597443. OLE color: 4597443.

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

Color convert

RGB 195 38 70 -
CMYK 0 0.81 0.64 0.24
HSL 347.77º 0.67% 0.46% -
HSV(B) 347.77º 0.81% 0.76% -
XYZ 24.3 13.43 7.11 -
YUV 88.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 195 38 70 0 0.81 0.64 0.24 347.77 0.67 0.46
Hex C3 26 46 0 51 40 18 15C 43 2E
Octal 303 46 106 0 121 100 30 534 103 56
Binary 11000011 100110 1000110 0 1010001 1000000 11000 101011100 1000011 101110

Color Harmonies of #C32646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32646

Black with #C32646

Text Example


Text Example

White with #C32646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32646; }

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

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

background-color css

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

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

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

border-color css

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

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

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